Searched refs:_testPoints (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/core/test/ |
D | test_mat.cpp | 331 CvMat _points, _testPoints, _avg, _eval, _evec, _prjTestPoints, _backPrjTestPoints; in run() local 457 _testPoints = rTestPoints; in run() 467 cvProjectPCA( &_testPoints, &_avg, &_evec, &_prjTestPoints ); in run() 487 _testPoints = cTestPoints; in run() 495 cvProjectPCA( &_testPoints, &_avg, &_evec, &_prjTestPoints ); in run()
|