C# Class Emgu.CV.Util.VectorOfDMatch

Wraped class of the C++ standard vector of DMatch.
Inheritance: Emgu.Util.UnmanagedObject
Afficher le fichier Open project: fajoy/RTSPExample Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void

Clear the vector

Push ( MDMatch value ) : void

Push an array of value into the standard vector

ToArray ( ) : Emgu.CV.Structure.MDMatch[]

Convert the standard vector to an array of DMatch

VectorOfDMatch ( ) : System

Create an empty standard vector of DMatch

VectorOfDMatch ( int size ) : System

Create an standard vector of DMatch of the specific size

Méthodes protégées

Méthode Description
DisposeObject ( ) : void

Release the standard vector

Method Details

Clear() public méthode

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

DisposeObject() protected méthode

Release the standard vector
protected DisposeObject ( ) : void
Résultat void

Push() public méthode

Push an array of value into the standard vector
public Push ( MDMatch value ) : void
value Emgu.CV.Structure.MDMatch The value to be pushed to the vector
Résultat void

ToArray() public méthode

Convert the standard vector to an array of DMatch
public ToArray ( ) : Emgu.CV.Structure.MDMatch[]
Résultat Emgu.CV.Structure.MDMatch[]

VectorOfDMatch() public méthode

Create an empty standard vector of DMatch
public VectorOfDMatch ( ) : System
Résultat System

VectorOfDMatch() public méthode

Create an standard vector of DMatch of the specific size
public VectorOfDMatch ( int size ) : System
size int The size of the vector
Résultat System