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