C# Class Emgu.CV.VideoSurveillance.BlobSeq

A Blob Seq
Inheritance: BlobSeqBase
Afficher le fichier Open project: fajoy/RTSPExample Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
DisposeObject ( ) : void

Release the BlobSeq

Method Details

Add() public méthode

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
Résultat void

BlobSeq() public méthode

Create a empty BlobSeq
public BlobSeq ( ) : System
Résultat System

BlobSeq() public méthode

Create a BlobSeq from the given pointer
public BlobSeq ( IntPtr ptr ) : System
ptr System.IntPtr The pointer to the unmanaged BlobSeq
Résultat System

Clear() public méthode

Clear the BlobSeq
public Clear ( ) : void
Résultat void

DisposeObject() protected méthode

Release the BlobSeq
protected DisposeObject ( ) : void
Résultat void

GetBlobByID() public méthode

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

this() public méthode

Return the specific blob
public this ( int i ) : Emgu.CV.Structure.MCvBlob
i int the index of the blob
Résultat Emgu.CV.Structure.MCvBlob