C# Класс Emgu.CV.Util.VectorOfDMatch

Wraped class of the C++ standard vector of DMatch.
Наследование: Emgu.Util.UnmanagedObject
Показать файл Открыть проект Примеры использования класса

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

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

Защищенные методы

Метод Описание
DisposeObject ( ) : void

Release the standard vector

Описание методов

Clear() публичный Метод

Clear the vector
public Clear ( ) : void
Результат void

DisposeObject() защищенный Метод

Release the standard vector
protected DisposeObject ( ) : void
Результат void

Push() публичный Метод

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
Результат void

ToArray() публичный Метод

Convert the standard vector to an array of DMatch
public ToArray ( ) : Emgu.CV.Structure.MDMatch[]
Результат Emgu.CV.Structure.MDMatch[]

VectorOfDMatch() публичный Метод

Create an empty standard vector of DMatch
public VectorOfDMatch ( ) : System
Результат System

VectorOfDMatch() публичный Метод

Create an standard vector of DMatch of the specific size
public VectorOfDMatch ( int size ) : System
size int The size of the vector
Результат System