Lines Matching full:dstmap2
388 Mat dstmap2 = new Mat(1, 4, CvType.CV_16UC1);
390 Imgproc.convertMaps(map1, map2, dstmap1, dstmap2, CvType.CV_16SC2);
396 assertMatEqual(truthMap2, dstmap2);
403 Mat dstmap2 = new Mat(1, 3, CvType.CV_16UC1);
405 Imgproc.convertMaps(map1, map2, dstmap1, dstmap2, CvType.CV_16SC2, false);
412 assertMatEqual(truthMap2, dstmap2);