You are here: Start » AVL.NET » Invoke.AverageChannels_121

Invoke.AverageChannels_121

Creates a monochromatic image by averaging the input image channels.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void AverageChannels_121
(
	Avl.Image inImage,
	Optional<Avl.Region> inRoi,
	Avl.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvl.ImageInput image.
inRoiAtl.Optional<Avl.Region>Range of pixels to be processed. Default value: atl::NIL.
outImageAvl.ImageOutput image.

See also