C# 클래스 AForge.Imaging.Blob

Represents a blob
상속: IDisposable
파일 보기 프로젝트 열기: noxryan/Claro-Shader 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Blob System
Blob System

비공개 메소드들

메소드 설명
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.