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
PCACompute would be the opencv-java equiv. but no idea about javacv, different(3rd party) api.