ImageTColor, TDepth_GammaCorrect Method |
http://www.emgu.com
Gamma corrects this image inplace. The image must have a depth type of Byte.
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic void _GammaCorrect(
double gamma
)
Public Sub _GammaCorrect (
gamma As Double
)
public:
void _GammaCorrect(
double gamma
)
member _GammaCorrect :
gamma : float -> unit
Parameters
- gamma
- Type: SystemDouble
The gamma value
See Also