Lines Matching defs:dstmap1
805 // void convertMaps(Mat map1, Mat map2, Mat& dstmap1, Mat& dstmap2, int dstmap1type, bool nninterpolation = false)
818 Mat& dstmap1 = *((Mat*)dstmap1_nativeObj);
820 cv::convertMaps( map1, map2, dstmap1, dstmap2, (int)dstmap1type, (bool)nninterpolation );
842 Mat& dstmap1 = *((Mat*)dstmap1_nativeObj);
844 cv::convertMaps( map1, map2, dstmap1, dstmap2, (int)dstmap1type );