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