pca_features.h File Reference
#include <cv.h>
#include "features.h"
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) |
Function Documentation
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 | |
|
) |
| | |