Lines Matching full:_mapy
2768 void initUndistortMap( const Mat& _a0, const Mat& _k0, Size sz, Mat& _mapx, Mat& _mapy )2771 _mapy.create(sz, CV_32F);2797 _mapy.at<float>(v, u) = (float)(y1*fy + cy);