| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
PCA
Class for Principal Component Analysis.
Reference:
http://opencv.willowgarage.com/documentation/cpp/operations_on_arrays.html#pca
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__instance_size__ = 104
|
|||
|
|||
| eigenvalues | |||
| eigenvectors | |||
| mean | |||
|
this Class for Principal Component Analysis. |
|||
|
Inherited from |
|||
|
|||
__call__( (PCA)arg1, (Mat)data, (Mat)mean, (object)flags [, (object)maxComponents=0]) -> PCA :
Performs Principal Component Analysis of the supplied dataset.
Wrapped function:
operator()
Reference:
http://opencv.willowgarage.com/documentation/cpp/operations_on_arrays.html#cv-pca-operator
C++ signature :
cv::PCA {lvalue} __call__(cv::PCA {lvalue},cv::Mat,cv::Mat,int [,int=0])
|
__init__( (object)arg1) -> None :
PCA constructors.
Reference:
http://opencv.willowgarage.com/documentation/cpp/operations_on_arrays.html#cv-pca-pca
C++ signature :
void __init__(_object*)
__init__( (object)arg1, (Mat)data, (Mat)mean, (object)flags [, (object)maxComponents=0]) -> None :
PCA constructors.
Reference:
http://opencv.willowgarage.com/documentation/cpp/operations_on_arrays.html#cv-pca-pca
C++ signature :
void __init__(_object*,cv::Mat,cv::Mat,int [,int=0])
|
helper for pickle
|
backProject( (PCA)arg1, (Mat)vec) -> Mat :
Reconstruct vectors from their PC projections.
Reference:
http://opencv.willowgarage.com/documentation/cpp/operations_on_arrays.html#cv-pca-backproject
C++ signature :
cv::Mat backProject(cv::PCA {lvalue},cv::Mat)
backProject( (PCA)arg1, (Mat)vec, (Mat)result) -> None :
Reconstruct vectors from their PC projections.
Reference:
http://opencv.willowgarage.com/documentation/cpp/operations_on_arrays.html#cv-pca-backproject
C++ signature :
void backProject(cv::PCA {lvalue},cv::Mat,cv::Mat {lvalue})
|
project( (PCA)arg1, (Mat)vec) -> Mat :
Project vector(s) to the principal component subspace.
Reference:
http://opencv.willowgarage.com/documentation/cpp/operations_on_arrays.html#cv-pca-project
C++ signature :
cv::Mat project(cv::PCA {lvalue},cv::Mat)
project( (PCA)arg1, (Mat)vec, (Mat)result) -> None :
Project vector(s) to the principal component subspace.
Reference:
http://opencv.willowgarage.com/documentation/cpp/operations_on_arrays.html#cv-pca-project
C++ signature :
void project(cv::PCA {lvalue},cv::Mat,cv::Mat {lvalue})
|
|
|||
eigenvalues
|
eigenvectors
|
mean
|
this
Class for Principal Component Analysis.
Reference:
http://opencv.willowgarage.com/documentation/cpp/operations_on_arrays.html#pca
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Sep 25 18:31:06 2010 | http://epydoc.sourceforge.net |