CV_Remap_Test     624 modules/imgproc/test/test_imgwarp_strict.cpp     CV_Remap_Test();
CV_Remap_Test     626 modules/imgproc/test/test_imgwarp_strict.cpp     virtual ~CV_Remap_Test();
CV_Remap_Test     629 modules/imgproc/test/test_imgwarp_strict.cpp     typedef void (CV_Remap_Test::*remap_func)(const Mat&, Mat&);
CV_Remap_Test     653 modules/imgproc/test/test_imgwarp_strict.cpp CV_Remap_Test::CV_Remap_Test() :
CV_Remap_Test     657 modules/imgproc/test/test_imgwarp_strict.cpp     funcs[0] = &CV_Remap_Test::remap_nearest;
CV_Remap_Test     658 modules/imgproc/test/test_imgwarp_strict.cpp     funcs[1] = &CV_Remap_Test::remap_generic;
CV_Remap_Test     661 modules/imgproc/test/test_imgwarp_strict.cpp CV_Remap_Test::~CV_Remap_Test()
CV_Remap_Test     665 modules/imgproc/test/test_imgwarp_strict.cpp void CV_Remap_Test::generate_test_data()
CV_Remap_Test     759 modules/imgproc/test/test_imgwarp_strict.cpp void CV_Remap_Test::run_func()
CV_Remap_Test     764 modules/imgproc/test/test_imgwarp_strict.cpp void CV_Remap_Test::convert_maps()
CV_Remap_Test     778 modules/imgproc/test/test_imgwarp_strict.cpp const char* CV_Remap_Test::borderType_to_string() const
CV_Remap_Test     793 modules/imgproc/test/test_imgwarp_strict.cpp void CV_Remap_Test::prepare_test_data_for_reference_func()
CV_Remap_Test     816 modules/imgproc/test/test_imgwarp_strict.cpp void CV_Remap_Test::run_reference_func()
CV_Remap_Test     827 modules/imgproc/test/test_imgwarp_strict.cpp void CV_Remap_Test::remap_nearest(const Mat& _src, Mat& _dst)
CV_Remap_Test     874 modules/imgproc/test/test_imgwarp_strict.cpp void CV_Remap_Test::remap_generic(const Mat& _src, Mat& _dst)
CV_Remap_Test     965 modules/imgproc/test/test_imgwarp_strict.cpp void CV_Remap_Test::validate_results() const
CV_Remap_Test     981 modules/imgproc/test/test_imgwarp_strict.cpp     public CV_Remap_Test
CV_Remap_Test    1001 modules/imgproc/test/test_imgwarp_strict.cpp     CV_Remap_Test()
CV_Remap_Test    1011 modules/imgproc/test/test_imgwarp_strict.cpp     CV_Remap_Test::generate_test_data();
CV_Remap_Test    1137 modules/imgproc/test/test_imgwarp_strict.cpp     CV_Remap_Test::generate_test_data();
CV_Remap_Test    1236 modules/imgproc/test/test_imgwarp_strict.cpp TEST(Imgproc_Remap_Test, accuracy) { CV_Remap_Test test; test.safe_run(); }