SimpleBlobDetectorParamsblobColor Property |
http://www.emgu.com
Blob color
Namespace:
Emgu.CV.Features2D
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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
Property Value
Type:
Byte
See Also