You are here: Start » AVL.NET » AVL.AddChannels_Saturation(AvlNet.Image, AvlNet.Region, AvlNet.Image)

AVL.AddChannels_Saturation(AvlNet.Image, AvlNet.Region, AvlNet.Image)

Creates a monochromatic image by summing the values of the input image channels with saturation.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void AddChannels_Saturation(
	AvlNet.Image inImage,
	AvlNet.Region inRoi,
	out AvlNet.Image outImage
)

Parameters

inImage
Type: AvlNet.Image
Input image
inRoi
Type: AvlNet.Region
Range of pixels to be processed, or null.
outImage
Type: AvlNet.Image
Output image

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

See also