 | HOGDescriptor.GammaCorrection Property |
Flag to specify whether the gamma correction preprocessing is required or not.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
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
Property Value
Type:
Boolean
See Also