Searched refs:CV_ComputeEpilinesTest (Results 1 – 1 of 1) sorted by relevance
1552 class CV_ComputeEpilinesTest : public cvtest::ArrayTest class1555 CV_ComputeEpilinesTest();1571 CV_ComputeEpilinesTest::CV_ComputeEpilinesTest() in CV_ComputeEpilinesTest() function in CV_ComputeEpilinesTest1583 int CV_ComputeEpilinesTest::read_params( CvFileStorage* fs ) in read_params()1590 void CV_ComputeEpilinesTest::get_test_array_types_and_sizes( int /*test_case_idx*/, in get_test_array_types_and_sizes()1649 double CV_ComputeEpilinesTest::get_success_error_level( int /*test_case_idx*/, int /*i*/, int /*j*/… in get_success_error_level()1655 void CV_ComputeEpilinesTest::fill_array( int test_case_idx, int i, int j, Mat& arr ) in fill_array()1672 void CV_ComputeEpilinesTest::run_func() in run_func()1679 void CV_ComputeEpilinesTest::prepare_to_validation( int /*test_case_idx*/ ) in prepare_to_validation()1709 TEST(Calib3d_ComputeEpilines, accuracy) { CV_ComputeEpilinesTest test; test.safe_run(); } in TEST()