EBW16Vector Class

Vector objects are used to store 1-dimensional data.

Remarks

Using vectors is very similar to using 1-dimensional arrays, except that the size can vary at runtime. Memory allocation is handled internally. * To create a vector, use its constructor. * To fill a vector with values, first empty it, using the EBW16Vector member, and then add elements one at time at the tail by calling the EBW16Vector::AddElement member. * To access a vector element, either for reading or writing, use the [] operator. * To inquire for the current number of elements, use member EBW16Vector.

Base Class:EVector

Namespace: Euresys::Open_eVision

Methods

Appends (adds at the tail) an element to the vector.
Draws a plot of the vector element values.
Draws a plot of the vector element values.
Constructs a vector.
Returns the vector element at the given index.
Pointer to the vector data.
Gives access to the vector element at the given index.
Copies all the data from another EBW16Vector object into the current EBW16Vector object
Modifies the vector element at the given index by the given value.
Returns the first order geometric moment (weighted gravity center).

EBW16Vector Class

Vector objects are used to store 1-dimensional data.

Remarks

Using vectors is very similar to using 1-dimensional arrays, except that the size can vary at runtime. Memory allocation is handled internally. * To create a vector, use its constructor. * To fill a vector with values, first empty it, using the EBW16Vector member, and then add elements one at time at the tail by calling the EBW16Vector::AddElement member. * To access a vector element, either for reading or writing, use the [] operator. * To inquire for the current number of elements, use member EBW16Vector.

Base Class:EVector

Namespace: Euresys.Open_eVision

Properties

Pointer to the vector data.

Methods

Appends (adds at the tail) an element to the vector.
Draws a plot of the vector element values.
Draws a plot of the vector element values.
Constructs a vector.
Returns the vector element at the given index.
Gives access to the vector element at the given index.
Copies all the data from another EBW16Vector object into the current EBW16Vector object
Modifies the vector element at the given index by the given value.
Returns the first order geometric moment (weighted gravity center).