Property | Type | Description |
---|
Method | Description | |
---|---|---|
Blob ( |
Initializes a new instance of the Blob class. This copy constructor leaves Image property not initialized. The blob's image may be extracted later using BlobCounterBase.ExtractBlobsImage( Bitmap, Blob, bool ) or BlobCounterBase.ExtractBlobsImage( UnmanagedImage, Blob, bool ) method. |
|
Blob ( int id, |
Initializes a new instance of the Blob class. This constructor leaves Image property not initialized. The blob's image may be extracted later using BlobCounterBase.ExtractBlobsImage( Bitmap, Blob, bool ) or BlobCounterBase.ExtractBlobsImage( UnmanagedImage, Blob, bool ) method. |
public Blob ( |
||
source | Source blob to copy. | |
return | System |
public Blob ( int id, |
||
id | int | Blob's ID in the original image. |
rect | Blob's rectangle in the original image. | |
return | System |