Back to Adaptive Vision Library website

You are here: Start » Function Reference » Image Enhancement » AutoAdjustColors

AutoAdjustColors


Adjusts image colors by stretching each channel separately.

Header:AVL.h

Syntax

C++
C#
 
void avl::AutoAdjustColors
(
	const avl::Image& inImage,
	avl::Image& outImage
)

Parameters

Name Type Default Description
inImage const Image& Input image
outImage Image& Output image

Requirements

For input inImage only pixel formats are supported: 3xuint8, 3xint8, 3xuint16, 3xint16, 3xint32, 3xreal.

Read more about pixel formats in Image documentation.