You are here: Start » FIL.NET » FIS.ImageAverage Method
FIS.ImageAverage Method
Computes the average of the image pixel values.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ImageAverage ( FilNet.Image inImage, NullableRef<FilNet.Region> inRoi, out FilNet.Pixel outAverageColor, NullableValue<float> outAverageValue )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | outAverageColor | FilNet.Pixel | Average of each channel. | ||
![]() | outAverageValue | FilNet.NullableValue<float> | Average of the entire image. Can be null to skip this parameter calculation. |
Function Overrides
- ImageAverage(Image, Pixel)
- ImageAverage(Image, NullableRef<Region>, Pixel)
- ImageAverage(Image, NullableRef<Region>, Pixel, Single)