You are here: Start » AVL.NET » Invoke.AverageChannels
Creates a monochromatic image by averaging the input image channels.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void AverageChannels ( Avl.Image inImage, Optional<Avl.Region> inRoi, Avl.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Avl.Image | Input image. | ||
![]() | inRoi | Atl.Optional<Avl.Region> | Range of pixels to be processed. Default value: atl::NIL. | ||
![]() | outImage | Avl.Image | Output image. |