Метод | Описание | |
---|---|---|
Clear ( ) : void |
Clear the vector
|
|
Push ( |
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
|
Метод | Описание | |
---|---|---|
DisposeObject ( ) : void |
Release the standard vector
|
public Push ( |
||
value | The value to be pushed to the vector | |
Результат | void |
public ToArray ( ) : Emgu.CV.Structure.MDMatch[] | ||
Результат | Emgu.CV.Structure.MDMatch[] |
public VectorOfDMatch ( int size ) : System | ||
size | int | The size of the vector |
Результат | System |