C# Class AForge.Imaging.Blob

Represents a blob
Inheritance: IDisposable
Datei anzeigen Open project: noxryan/Claro-Shader Class Usage Examples

Private Properties

Property Type Description
Blob System
Blob System

Private Methods

Method Description
Blob ( Blob source ) : System
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.