Метод | Описание | |
---|---|---|
Add ( Emgu.CV.Structure.MCvBlob blob ) : void |
Add a new blob to the seq
|
|
BlobSeq ( ) : System |
Create a empty BlobSeq
|
|
BlobSeq ( |
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
|
public Add ( Emgu.CV.Structure.MCvBlob blob ) : void | ||
blob | Emgu.CV.Structure.MCvBlob | The blob sequence to be added |
Результат | void |
public BlobSeq ( |
||
ptr | The pointer to the unmanaged BlobSeq | |
Результат | System |
public GetBlobByID ( int blobID ) : Emgu.CV.Structure.MCvBlob | ||
blobID | int | The id of the blob |
Результат | Emgu.CV.Structure.MCvBlob |
public this ( int i ) : Emgu.CV.Structure.MCvBlob | ||
i | int | the index of the blob |
Результат | Emgu.CV.Structure.MCvBlob |