Home
last modified time | relevance | path

Searched refs:rPCA (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/core/test/
Dtest_mat.cpp309 PCA rPCA( rPoints, Mat(), CV_PCA_DATA_AS_ROW, maxComponents ), cPCA; in run() local
312 Mat rPrjTestPoints = rPCA.project( rTestPoints ); in run()
313 Mat rBackPrjTestPoints = rPCA.backProject( rPrjTestPoints ); in run()
353 err = cvtest::norm( rPCA.eigenvalues, subEval, NORM_L2 ); in run()
363 Mat r0 = rPCA.eigenvectors.row(i); in run()
373 absdiff(rPCA.eigenvectors, subEvec, tmp); in run()
379 mval, mloc.y, mloc.x, rPCA.eigenvectors.at<float>(mloc.y, mloc.x), in run()
515 rPCA.write( fs ); in run()
521 err = cvtest::norm( rPCA.eigenvectors, lPCA.eigenvectors, CV_RELATIVE_L2 ); in run()
527 err = cvtest::norm( rPCA.eigenvalues, lPCA.eigenvalues, CV_RELATIVE_L2 ); in run()
[all …]