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

Наследование: Emgu.Util.UnmanagedObject, IInputOutputArray
Показать файл Открыть проект Примеры использования класса

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

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

Clear the vector

GetInputArray ( ) : InputArray

Get the pointer to cv::_InputArray

GetInputOutputArray ( ) : InputOutputArray

Get the pointer to cv::_InputOutputArray

GetOutputArray ( ) : OutputArray

Get the pointer to cv::_OutputArray

Push ( Array values ) : void

Push multiple values into the standard vector

Push ( VectorOfDMatch value ) : void

Push a value into the standard vector

Push ( VectorOfVectorOfDMatch other ) : void

Push multiple values from the other vector into this vector

ToArrayOfArray ( ) : MDMatch[][]

Convert the standard vector to arrays of int

VectorOfVectorOfDMatch ( Array values ) : System

Create the standard vector of VectorOfDMatch

VectorOfVectorOfDMatch ( int size ) : System

Create an standard vector of VectorOfDMatch of the specific size

this ( int index ) : VectorOfDMatch

Get the item in the specific index

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

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

Release the standard vector

Приватные методы

Метод Описание
VectorOfVectorOfDMatch ( ) : System
VectorOfVectorOfDMatch ( IntPtr ptr, bool needDispose ) : System
VectorOfVectorOfDMatchClear ( IntPtr v ) : void
VectorOfVectorOfDMatchCreate ( ) : IntPtr
VectorOfVectorOfDMatchCreateSize ( int size ) : IntPtr
VectorOfVectorOfDMatchGetItemPtr ( IntPtr vec, int index, IntPtr &element ) : void
VectorOfVectorOfDMatchGetSize ( IntPtr v ) : int
VectorOfVectorOfDMatchPush ( IntPtr v, IntPtr value ) : void
VectorOfVectorOfDMatchPushVector ( IntPtr ptr, IntPtr otherPtr ) : void
VectorOfVectorOfDMatchRelease ( IntPtr &v ) : void
VectorOfVectorOfDMatchSizeOfItemInBytes ( ) : int
cvInputArrayFromVectorOfVectorOfDMatch ( IntPtr vec ) : IntPtr
cvInputOutputArrayFromVectorOfVectorOfDMatch ( IntPtr vec ) : IntPtr
cvOutputArrayFromVectorOfVectorOfDMatch ( IntPtr vec ) : IntPtr

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

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

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

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

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

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

Get the pointer to cv::_InputArray
public GetInputArray ( ) : InputArray
Результат InputArray

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

Get the pointer to cv::_InputOutputArray
public GetInputOutputArray ( ) : InputOutputArray
Результат InputOutputArray

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

Get the pointer to cv::_OutputArray
public GetOutputArray ( ) : OutputArray
Результат OutputArray

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

Push multiple values into the standard vector
public Push ( Array values ) : void
values Array The values to be pushed to the vector
Результат void

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

Push a value into the standard vector
public Push ( VectorOfDMatch value ) : void
value VectorOfDMatch The value to be pushed to the vector
Результат void

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

Push multiple values from the other vector into this vector
public Push ( VectorOfVectorOfDMatch other ) : void
other VectorOfVectorOfDMatch The other vector, from which the values will be pushed to the current vector
Результат void

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

Convert the standard vector to arrays of int
public ToArrayOfArray ( ) : MDMatch[][]
Результат MDMatch[][]

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

Create the standard vector of VectorOfDMatch
public VectorOfVectorOfDMatch ( Array values ) : System
values Array
Результат System

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

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

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

Get the item in the specific index
public this ( int index ) : VectorOfDMatch
index int The index
Результат VectorOfDMatch