VideoCaptureConvertRgb Property
|
Boolean flags indicating whether images should be converted to RGB
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic bool ConvertRgb { get; set; }
Public Property ConvertRgb As Boolean
Get
Set
public:
property bool ConvertRgb {
bool get ();
void set (bool value);
}
member ConvertRgb : bool with get, set
function get_ConvertRgb();
function set_ConvertRgb(value);
Property Value
Type:
Boolean
See Also