You are here: Start » AVL.NET » AVL.ImageSum(AvlNet.Image, AvlNet.Region, AvlNet.Pixel, float)
AVL.ImageSum(AvlNet.Image, AvlNet.Region, AvlNet.Pixel, float)
Computes the sum of the image pixel values.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ImageSum( AvlNet.Image inImage, AvlNet.Region inRoi, out AvlNet.Pixel outSumColor, out float outSumValue )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inRoi
- Type: AvlNet.Region
Range of pixels to be processed, or null. - outSumColor
- Type: AvlNet.Pixel
- outSumValue
- Type: System.Single
