cv::PCA Class Reference
#include <cxcore.hpp>
List of all members.
Constructor & Destructor Documentation
cv::PCA::PCA |
( |
const Mat & |
data, |
|
|
const Mat & |
mean, |
|
|
int |
flags, |
|
|
int |
maxComponents = 0 | |
|
) |
| | |
Member Function Documentation
PCA& cv::PCA::operator() |
( |
const Mat & |
data, |
|
|
const Mat & |
mean, |
|
|
int |
flags, |
|
|
int |
maxComponents = 0 | |
|
) |
| | |
Mat cv::PCA::project |
( |
const Mat & |
vec |
) |
const |
void cv::PCA::project |
( |
const Mat & |
vec, |
|
|
Mat & |
result | |
|
) |
| | const |
Mat cv::PCA::backProject |
( |
const Mat & |
vec |
) |
const |
void cv::PCA::backProject |
( |
const Mat & |
vec, |
|
|
Mat & |
result | |
|
) |
| | const |
Member Data Documentation
The documentation for this class was generated from the following file: