Overloaded PCA constructor and ( ) operator to implement Feature#2287 - PCA that...
authorKevin <kevinhughes27@gmail.com>
Thu, 23 Aug 2012 03:21:49 +0000 (23:21 -0400)
committerVadim Pisarevsky <vadim.pisarevsky@itseez.com>
Tue, 4 Sep 2012 09:58:59 +0000 (13:58 +0400)
commit93155c6ae049bc3d8f5b99b0f1606ba88ef53ed8
tree40f4ca2cbaf53b5c791c11f9ce9ec6be10b3cf6f
parenta74a2302aa875ef6da02a37b7d7fccfd25781cba
Overloaded PCA constructor and ( ) operator to implement Feature#2287 - PCA that retains a specified amount of variance from the data. A sample was added to samples/cpp to demonstrate the new functionality. Docs and Tests were also updated
modules/core/include/opencv2/core/core.hpp
modules/core/src/matmul.cpp
modules/core/test/test_mat.cpp
samples/cpp/pca.cpp [new file with mode: 0644]