Back to Aurora Vision Library Lite website

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

AutoAdjustColors


Header: AVL.h
Namespace: avl

Adjusts image colors by stretching each channel separately.

Syntax

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

Parameters

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

Requirements

For input inImage only pixel formats are supported: 3⨯uint8, 3⨯int8, 3⨯uint16, 3⨯int16, 3⨯int32, 3⨯real.

Read more about pixel formats in Image documentation.

Errors

List of possible exceptions:

Error type Description
DomainError Not supported inImage pixel format in AutoAdjustColors. Supported formats: 3xUInt8, 3xInt8, 3xUInt16, 3xInt16, 3xInt32, 3xReal.