Equivalent of cv::PCA in JavaCV

asked 2014-04-20 18:25:29 -0600

encinaar gravatar image

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

berak gravatar image

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

edit retag flag offensive close merge delete

Comments

PCACompute would be the opencv-java equiv. but no idea about javacv, different(3rd party) api.

berak gravatar imageberak ( 2014-04-21 01:47:13 -0600 )edit