You are here: Start » FIL.NET » FIS.AverageChannels Method
FIS.AverageChannels Method
Creates a monochromatic image by averaging the input image channels.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void AverageChannels ( FilNet.Image inImage, NullableRef<FilNet.Region> inRoi, FilNet.Image outImage )
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. | ||
![]() | outImage | FilNet.Image | Output image. |