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

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

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

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

Clear the vector

GetInputArray ( ) : InputArray

Get the pointer to cv::_InputArray

GetInputOutputArray ( ) : InputOutputArray

Get the pointer to cv::_InputOutputArray

GetObjectData ( SerializationInfo info, StreamingContext context ) : void

A function used for runtime serialization of the object

GetOutputArray ( ) : OutputArray

Get the pointer to cv::_OutputArray

Push ( Array value ) : void

Push an array of value into the standard vector

Push ( VectorOfKeyPoint other ) : void

Push multiple values from the other vector into this vector

ToArray ( ) : MKeyPoint[]

Convert the standard vector to an array of KeyPoint

VectorOfKeyPoint ( Array values ) : System

Create an standard vector of KeyPoint with the initial values

VectorOfKeyPoint ( SerializationInfo info, StreamingContext context ) : System

Constructor used to deserialize runtime serialized object

VectorOfKeyPoint ( int size ) : System

Create an standard vector of KeyPoint of the specific size

this ( int index ) : MKeyPoint

Get the item in the specific index

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

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

Release the standard vector

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

Метод Описание
VectorOfKeyPoint ( ) : System
VectorOfKeyPoint ( IntPtr ptr, bool needDispose ) : System
VectorOfKeyPointClear ( IntPtr v ) : void
VectorOfKeyPointCopyData ( IntPtr v, IntPtr data ) : void
VectorOfKeyPointCreate ( ) : IntPtr
VectorOfKeyPointCreateSize ( int size ) : IntPtr
VectorOfKeyPointGetItem ( IntPtr vec, int index, MKeyPoint &element ) : void
VectorOfKeyPointGetSize ( IntPtr v ) : int
VectorOfKeyPointGetStartAddress ( IntPtr v ) : IntPtr
VectorOfKeyPointPushMulti ( IntPtr v, IntPtr values, int count ) : void
VectorOfKeyPointPushVector ( IntPtr ptr, IntPtr otherPtr ) : void
VectorOfKeyPointRelease ( IntPtr &v ) : void
VectorOfKeyPointSizeOfItemInBytes ( ) : int
cvInputArrayFromVectorOfKeyPoint ( IntPtr vec ) : IntPtr
cvInputOutputArrayFromVectorOfKeyPoint ( IntPtr vec ) : IntPtr
cvOutputArrayFromVectorOfKeyPoint ( 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

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

A function used for runtime serialization of the object
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo Serialization info
context StreamingContext Streaming context
Результат void

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

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

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

Push an array of value into the standard vector
public Push ( Array value ) : void
value Array The value to be pushed to the vector
Результат void

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

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

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

Convert the standard vector to an array of KeyPoint
public ToArray ( ) : MKeyPoint[]
Результат MKeyPoint[]

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

Create an standard vector of KeyPoint with the initial values
public VectorOfKeyPoint ( Array values ) : System
values Array The initial values
Результат System

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

Constructor used to deserialize runtime serialized object
public VectorOfKeyPoint ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo The serialization info
context StreamingContext The streaming context
Результат System

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

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

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

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