Click or drag to resize

ImageTColor, TDepth_GammaCorrect Method

http://www.emgu.com
Gamma corrects this image inplace. The image must have a depth type of Byte.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public void _GammaCorrect(
	double gamma
)

Parameters

gamma
Type: SystemDouble
The gamma value
See Also