|
Home > class_c_nokia_c_v_vector.html
Fixed point representation of a vector. More...
Inheritance diagram for CNokiaCVVector:
Detailed DescriptionFixed point representation of a vector. Definition at line 30 of file ncvVector.h. Member Function Documentation
Constructs a new CNokiaCVVector according to the given type and size.
Constructs a new CNokiaCVVector according to the given type and size with initial value zero (same as NewL).
Constructs a new Horizontal CNokiaCVVector according to the given type and size with initial value zero (same as NewL(aSize, EHorizontalVector)).
Constructs a new Vertical CNokiaCVVector according to the given type and size with initial value zero (same as NewL(aSize, EHorizontalVector)).
Constructs an unit vector where the element at parameter aNonZeroIndex equals one, others zero e.g. e = [0 0 0 0 1 0] aNonZeroIndex = 4.
Getter of the vector type.
Getter of the vector size/length.
Getter of the vector size/length.
Calculates the L2-norm of a vector, no matter on the type of the vector.
Reimplemented from CNokiaCVMatrix.
Calculates the L1-norm of a vector no matter on the type of the vector.
Reimplemented from CNokiaCVMatrix.
Calculates the LInf-norm of a vector no matter on the type of the vector.
Reimplemented from CNokiaCVMatrix.
Creates the transpose vector of this vector,. no matter on the type of the vector
Overrides the Matrix transpose and changes the type also. KErrNoMemory thrown, if not enough memory to create a new vector
Reimplemented from CNokiaCVMatrix.
Calculates the sum of squared distances of this and a given vector. KErrArgument thrown, if size and type don't match.
Creates the normalization of this vector.
Calculates the magnitude of this vector.
Calculates the square magnitude of this vector.
Calculates the cross product of this and the given vector.
Calculates the dot product of to same size vectors.
Calculates the Mahalanobis distance (x-y)'M^-1(x-y) of this and the given vector and covariance matrix.
Getter and setter for the element at the give index, type doesn't matter.
Although a division is not defined for a vector one is implemented, that calculates multiplication with this and 1/aVector, where aVector is given.
The documentation for this class was generated from the following file: Generated on Tue Jul 10 22:58:43 2007 for NokiaComputerVisionLibrary by 1.5.2
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||