ImgprocTest.java | 387 Mat dstmap1 = new Mat(1, 4, CvType.CV_16SC2); local 390 Imgproc.convertMaps(map1, map2, dstmap1, dstmap2, CvType.CV_16SC2); 394 assertMatEqual(truthMap1, dstmap1); 402 Mat dstmap1 = new Mat(1, 3, CvType.CV_16SC2); local 405 Imgproc.convertMaps(map1, map2, dstmap1, dstmap2, CvType.CV_16SC2, false); 410 assertMatEqual(truthMap1, dstmap1); [all...] |