C# Class Emgu.CV.Util.VectorOfByte

Wraped class of the C++ standard vector of Byte.
Inheritance: Emgu.Util.UnmanagedObject
Afficher le fichier Open project: fajoy/RTSPExample Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
DisposeObject ( ) : void

Release the standard vector

Method Details

Clear() public méthode

Clear the vector
public Clear ( ) : void
Résultat void

DisposeObject() protected méthode

Release the standard vector
protected DisposeObject ( ) : void
Résultat void

Push() public méthode

Push an array of value into the standard vector
public Push ( float value ) : void
value float The value to be pushed to the vector
Résultat void

ToArray() public méthode

Convert the standard vector to an array of Byte
public ToArray ( ) : Byte[]
Résultat Byte[]

VectorOfByte() public méthode

Create an empty standard vector of Byte
public VectorOfByte ( ) : System
Résultat System

VectorOfByte() public méthode

Create an standard vector of Byte of the specific size
public VectorOfByte ( int size ) : System
size int The size of the vector
Résultat System