Home
last modified time | relevance | path

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

/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration.cpp1209 class CV_ProjectPointsTest_C : public CV_ProjectPointsTest class
1212 CV_ProjectPointsTest_C() {} in CV_ProjectPointsTest_C() function in CV_ProjectPointsTest_C
1224 void CV_ProjectPointsTest_C::project( const Mat& opoints, const Mat& rvec, const Mat& tvec, in project()
1874 TEST(Calib3d_ProjectPoints_C, accuracy) { CV_ProjectPointsTest_C test; test.safe_run(); } in TEST()