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

Invoke.CorrectGamma

Performs gamma correction.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void CorrectGamma
(
	Avl.Image inImage,
	Optional<Avl.Region> inRoi,
	float inValue,
	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.
inValuefloat<0.01f, 8.0f>2.0fGamma coefficient, where 1.0 is neutral. Default value: 2.0f.
outImageAvl.ImageOutput image.

See also