http://www.emgu.com
Positive value for gamma correction. Gamma value of 1.0 implies no correction, gamma equal to 2.2f is suitable for most displays.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic float Gamma { get; set; }
Public Property Gamma As Single
Get
Set
public:
property float Gamma {
float get ();
void set (float value);
}
member Gamma : float32 with get, set
Property Value
Type:
Single
See Also