Method | Description | |
---|---|---|
Detect ( Byte>.Image |
Detect blobs from input image.
|
|
DrawBlobs ( Byte>.Image |
Draw the blobs on the image
|
|
DrawBlobsMask ( CvBlobs blobs ) : Byte>.Image |
Get the binary mask for the blobs listed in the CvBlobs
|
|
MeanColor ( |
Calculates mean color of a blob in an image.
|
Method | Description | |
---|---|---|
DisposeObject ( ) : void |
Release all the unmanaged memory associated with this Blob detector
|
public Detect ( Byte>.Image |
||
img | Byte>.Image | The input image |
blobs | CvBlobs | The storage for the detected blobs |
return | uint |
public DrawBlobs ( Byte>.Image |
||
image | Byte>.Image | The binary mask. |
blobs | CvBlobs | The blobs. |
type | BlobRenderType | Drawing type. |
alpha | double | The alpha value. 1.0 for solid color and 0.0 for transparent |
return | Byte>.Image |
public DrawBlobsMask ( CvBlobs blobs ) : Byte>.Image |
||
blobs | CvBlobs | The blobs |
return | Byte>.Image |
public MeanColor ( |
||
blob | The blob. | |
originalImage | Byte>.Image | The original image |
return | Bgr |