Home | History | Annotate | Download | only in test

Lines Matching refs:mapx

598     cv::Mat mapx;
813 mapx = cv::Mat(_mapx);
817 cv::convertMaps(mapx,mapy,map1,map2,CV_32FC1);
870 mapx = cv::cvarrToMat(_mapx);
874 cv::convertMaps(mapx,mapy,map1,map2,CV_32FC1);
912 cv::initUndistortRectifyMap(camera_mat,input2,input3,input4,img_size,mat_type,mapx,mapy);