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


