Property BlobColor
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
BlobColor
Expected intensity of a blob center in the binary image, used when FilterByColor is enabled. Use 0 to extract dark blobs and 255 to extract light blobs.
public byte BlobColor { get; set; }