CV_HomographyTest 76 modules/calib3d/test/test_homography.cpp CV_HomographyTest(); CV_HomographyTest 77 modules/calib3d/test/test_homography.cpp ~CV_HomographyTest(); CV_HomographyTest 105 modules/calib3d/test/test_homography.cpp CV_HomographyTest::CV_HomographyTest() : max_diff(1e-2f), max_2diff(2e-2f) CV_HomographyTest 113 modules/calib3d/test/test_homography.cpp CV_HomographyTest::~CV_HomographyTest() {} CV_HomographyTest 115 modules/calib3d/test/test_homography.cpp bool CV_HomographyTest::check_matrix_size(const cv::Mat& H) CV_HomographyTest 120 modules/calib3d/test/test_homography.cpp bool CV_HomographyTest::check_matrix_diff(const cv::Mat& original, const cv::Mat& found, const int norm_type, double &diff) CV_HomographyTest 126 modules/calib3d/test/test_homography.cpp int CV_HomographyTest::check_ransac_mask_1(const Mat& src, const Mat& mask) CV_HomographyTest 134 modules/calib3d/test/test_homography.cpp int CV_HomographyTest::check_ransac_mask_2(const Mat& original_mask, const Mat& found_mask) CV_HomographyTest 141 modules/calib3d/test/test_homography.cpp void CV_HomographyTest::print_information_1(int j, int N, int _method, const Mat& H) CV_HomographyTest 153 modules/calib3d/test/test_homography.cpp void CV_HomographyTest::print_information_2(int j, int N, int _method, const Mat& H, const Mat& H_res, int k, double diff) CV_HomographyTest 169 modules/calib3d/test/test_homography.cpp void CV_HomographyTest::print_information_3(int _method, int j, int N, const Mat& mask) CV_HomographyTest 181 modules/calib3d/test/test_homography.cpp void CV_HomographyTest::print_information_4(int _method, int j, int N, int k, int l, double diff) CV_HomographyTest 195 modules/calib3d/test/test_homography.cpp void CV_HomographyTest::print_information_5(int _method, int j, int N, int l, double diff) CV_HomographyTest 208 modules/calib3d/test/test_homography.cpp void CV_HomographyTest::print_information_6(int _method, int j, int N, int k, double diff, bool value) CV_HomographyTest 221 modules/calib3d/test/test_homography.cpp void CV_HomographyTest::print_information_7(int _method, int j, int N, int k, double diff, bool original_value, bool found_value) CV_HomographyTest 234 modules/calib3d/test/test_homography.cpp void CV_HomographyTest::print_information_8(int _method, int j, int N, int k, int l, double diff) CV_HomographyTest 248 modules/calib3d/test/test_homography.cpp void CV_HomographyTest::run(int) CV_HomographyTest 570 modules/calib3d/test/test_homography.cpp TEST(Calib3d_Homography, accuracy) { CV_HomographyTest test; test.safe_run(); }