HOGDescriptorGammaCorrection Property
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic bool GammaCorrection { get; set; }
Public Property GammaCorrection As Boolean
Get
Set
public:
property bool GammaCorrection {
bool get ();
void set (bool value);
}
member GammaCorrection : bool with get, set
function get_GammaCorrection();
function set_GammaCorrection(value);
Property Value
Type:
Boolean
See Also