Home
last modified time | relevance | path

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

/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration.cpp1245 class CV_ProjectPointsTest_CPP : public CV_ProjectPointsTest class
1248 CV_ProjectPointsTest_CPP() {} in CV_ProjectPointsTest_CPP() function in CV_ProjectPointsTest_CPP
1260 void CV_ProjectPointsTest_CPP::project( const Mat& objectPoints, const Mat& rvec, const Mat& tvec, in project()
1875 TEST(Calib3d_ProjectPoints_CPP, regression) { CV_ProjectPointsTest_CPP test; test.safe_run(); } in TEST()