C# Класс Emgu.CV.VideoSurveillance.BlobSeq

A Blob Seq
Наследование: BlobSeqBase
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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