SimpleBlobDetectorParamsBlobColor Property
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic byte BlobColor { get; set; }
Public Property BlobColor As Byte
Get
Set
public:
property unsigned char BlobColor {
unsigned char get ();
void set (unsigned char value);
}
member BlobColor : byte with get, set
function get_BlobColor();
function set_BlobColor(value);
Property Value
Type:
Byte
See Also