BackProject
Reconstructs vectors from their PC projections.
Compute
Performs PCA of the supplied dataset. It is safe to reuse the same PCA structure for multiple …
Create
The default constructor initializes an empty PCA structure. The other constructors initialize the …
Dispose
Closes the reference and triggers cleanup of the associated C++ object, releasing system resources. …
Project
Projects vector(s) to the principal component subspace.
Read
Loads eigenvalues eigenvectors and mean from specified FileNode
ReadEigenValues
Copies the eigenValues form the object.
ReadEigenVectors
Copies the eigenVectors form the object.
ReadMean
Copies the mean values form the object.
Write
Writes eigenvalues eigenvectors and mean to specified FileStorage