Back to Adaptive Vision Library website

You are here: Start » Function Reference » Image Conversions » AddChannels

AddChannels


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

Syntax

C++
C#
 
void avl::AddChannels
(
	const avl::Image& inImage,
	atl::Optional<const avl::Region&> inRoi,
	avl::Image& outImage
)

Parameters

Name Type Default Description
inImage const Image& Input image
inRoi Optional<const Region&> NIL Range of pixels to be processed
outImage Image& Output image

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.