You are here: Start » AVL.NET » Invoke.ImageSum
Computes the sum of the image pixel values.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void ImageSum ( Avl.Image inImage, Optional<Avl.Region> inRoi, out Avl.Pixel outSumColor, Optional<float> outSumValue )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Avl.Image | Input image. | ||
![]() | inRoi | Atl.Optional<Avl.Region> | Range of pixels to be processed. Default value: atl::NIL. | ||
![]() | outSumColor | Avl.Pixel | |||
![]() | outSumValue | Atl.Optional<float> |