Add overloaded cv::PCACompute() that returns also the eigenvalues. Useful for Java...
authorcatree <catree.catreus@outlook.com>
Fri, 13 Jul 2018 13:05:54 +0000 (15:05 +0200)
committercatree <catree.catreus@outlook.com>
Fri, 13 Jul 2018 13:05:54 +0000 (15:05 +0200)
commit4dc7e617a44a478c9e6adc0a21873a95e9fadbf4
tree0609e2366e954d5db04f52ecede25a3456ef7dc5
parent9c3ec05825ae8314fff3bd5339e3b1f6322dea3a
Add overloaded cv::PCACompute() that returns also the eigenvalues. Useful for Java and Python OpenCV where PCA is not available.
modules/core/include/opencv2/core.hpp
modules/core/src/pca.cpp