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, out FilNet.Pixel outAverageColor )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | outAverageColor | FilNet.Pixel | Average of each channel. |
Function Overrides
- ImageAverage(Image, NullableRef<Region>, Pixel)
- ImageAverage(Image, NullableRef<Region>, Pixel, Single)
- ImageAverage(Image, NullableRef<Region>, Pixel, NullableValue<Single>)


