Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Equivalent of cv::PCA in JavaCV

I am converting codes written in C++ to Java for an Android application. I could not find the equivalent of cv::PCA at line 152. What is the equivalent of PCA class in JavaCV?

Equivalent of cv::PCA in JavaCV

I am converting codes written in C++ to Java for an Android application. I could not find the equivalent of cv::PCA at line 152. What is the equivalent of PCA class in JavaCV?

.cpp source: https://github.com/Itseez/opencv/blob/master/samples/cpp/pca.cpp#L129

click to hide/show revision 3
retagged

updated 2014-04-21 01:45:26 -0600

berak gravatar image

Equivalent of cv::PCA in JavaCV

I am converting codes written in C++ to Java for an Android application. I could not find the equivalent of cv::PCA at line 152. What is the equivalent of PCA class in JavaCV?

.cpp source: https://github.com/Itseez/opencv/blob/master/samples/cpp/pca.cpp#L129