Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
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. | |
Результат | System |
public Blob ( int id, |
||
id | int | Blob's ID in the original image. |
rect | Blob's rectangle in the original image. | |
Результат | System |