Gamma corrects this image inplace. The image must have a depth type of Byte.

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public void _GammaCorrect(
	double gamma
)
Public Sub _GammaCorrect ( _
	gamma As Double _
)
public:
void _GammaCorrect(
	double gamma
)

Parameters

gamma
Double
The gamma value

See Also