Gets or sets the affinity sensitivity.
Namespace:
OpenCvSharp.XImgProc
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic virtual float Gamma { get; set; }
Public Overridable Property Gamma As Single
Get
Set
public:
virtual property float Gamma {
float get ();
void set (float value);
}
abstract Gamma : float32 with get, set
override Gamma : float32 with get, set
function get_Gamma();
function set_Gamma(value);
Property Value
Type:
Single
See Also