initUndistortMap  776 modules/imgproc/test/test_imgwarp.cpp     cvtest::initUndistortMap( _a, _k, test_mat[INPUT][1].size(), test_mat[INPUT][1], test_mat[INPUT][2] );
initUndistortMap  959 modules/imgproc/test/test_imgwarp.cpp     cvtest::initUndistortMap( test_mat[INPUT][1], test_mat[INPUT][2], dst.size(), mapx, mapy );
initUndistortMap 1085 modules/imgproc/test/test_imgwarp.cpp     cvtest::initUndistortMap( test_mat[INPUT][0], test_mat[INPUT][1], test_mat[REF_OUTPUT][0].size(), mapx, mapy );
initUndistortMap  127 modules/ts/include/opencv2/ts.hpp CV_EXPORTS void initUndistortMap( const Mat& a, const Mat& k, Size sz, Mat& mapx, Mat& mapy );