Go to the source code of this file.
Functions | |
void | calcPCAFeatures (vector< IplImage * > &patches, const char *filename) |
void | loadPCAFeatures (const char *path, vector< IplImage * > &patches) |
void | savePCAFeatures (const char *filename, CvMat *avg, CvMat *eigenvectors) |
void calcPCAFeatures | ( | vector< IplImage * > & | patches, |
const char * | filename | ||
) |
Definition at line 28 of file pca_features.cpp.
void loadPCAFeatures | ( | const char * | path, |
vector< IplImage * > & | patches | ||
) |
Definition at line 63 of file pca_features.cpp.
void savePCAFeatures | ( | const char * | filename, |
CvMat * | avg, | ||
CvMat * | eigenvectors | ||
) |
Definition at line 16 of file pca_features.cpp.