You are here: Start » AVL.NET » AVL.ImageSum Method
AVL.ImageSum Method
Computes the sum of the image pixel values.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ImageSum( AvlNet.Image inImage, out AvlNet.Pixel outSumColor, out float outSumValue )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | AvlNet.Image | Input image. | ||
![]() | outSumColor | AvlNet.Pixel | |||
![]() | outSumValue | float |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Hardware acceleration settings may be manipulated with Settings class.


