| VideoCaptureHue Property |
Gets or sets hue of image (only for cameras)
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public double Hue { get; set; }
Public Property Hue As Double
Get
Set
public:
property double Hue {
double get ();
void set (double value);
}
member Hue : float with get, set
Property Value
Type:
DoubleSee Also