C# 클래스 Emgu.CV.VideoSurveillance.BlobSeq

A Blob Seq
상속: BlobSeqBase
파일 보기 프로젝트 열기: fajoy/RTSPExample 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Emgu.CV.Structure.MCvBlob blob ) : void

Add a new blob to the seq

BlobSeq ( ) : System

Create a empty BlobSeq

BlobSeq ( IntPtr ptr ) : System

Create a BlobSeq from the given pointer

Clear ( ) : void

Clear the BlobSeq

GetBlobByID ( int blobID ) : Emgu.CV.Structure.MCvBlob

Get the blob with the specific id

this ( int i ) : Emgu.CV.Structure.MCvBlob

Return the specific blob

보호된 메소드들

메소드 설명
DisposeObject ( ) : void

Release the BlobSeq

메소드 상세

Add() 공개 메소드

Add a new blob to the seq
public Add ( Emgu.CV.Structure.MCvBlob blob ) : void
blob Emgu.CV.Structure.MCvBlob The blob sequence to be added
리턴 void

BlobSeq() 공개 메소드

Create a empty BlobSeq
public BlobSeq ( ) : System
리턴 System

BlobSeq() 공개 메소드

Create a BlobSeq from the given pointer
public BlobSeq ( IntPtr ptr ) : System
ptr System.IntPtr The pointer to the unmanaged BlobSeq
리턴 System

Clear() 공개 메소드

Clear the BlobSeq
public Clear ( ) : void
리턴 void

DisposeObject() 보호된 메소드

Release the BlobSeq
protected DisposeObject ( ) : void
리턴 void

GetBlobByID() 공개 메소드

Get the blob with the specific id
public GetBlobByID ( int blobID ) : Emgu.CV.Structure.MCvBlob
blobID int The id of the blob
리턴 Emgu.CV.Structure.MCvBlob

this() 공개 메소드

Return the specific blob
public this ( int i ) : Emgu.CV.Structure.MCvBlob
i int the index of the blob
리턴 Emgu.CV.Structure.MCvBlob