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

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

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

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

Clear the vector

Push ( float value ) : void

Push an array of value into the standard vector

ToArray ( ) : float[]

Convert the standard vector to an array of float

VectorOfFloat ( ) : System

Create an empty standard vector of float

VectorOfFloat ( int size ) : System

Create an standard vector of float 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 ( float value ) : void
value float The value to be pushed to the vector
Результат void

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

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

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

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

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

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