C# Класс Accord.Imaging.Blob

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Blob ( Blob source ) : System

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, Rectangle rect ) : System

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.

Описание методов

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.

public Blob ( Blob source ) : System
source Blob Source blob to copy.
Результат System

Blob() публичный Метод

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 ( int id, Rectangle rect ) : System
id int Blob's ID in the original image.
rect System.Drawing.Rectangle Blob's rectangle in the original image.
Результат System