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

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

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

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

Clear the vector

Push ( float value ) : void

Push an array of value into the standard vector

ToArray ( ) : Byte[]

Convert the standard vector to an array of Byte

VectorOfByte ( ) : System

Create an empty standard vector of Byte

VectorOfByte ( int size ) : System

Create an standard vector of Byte 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 Byte
public ToArray ( ) : Byte[]
Результат Byte[]

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

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

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

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