HomeSort by relevance Sort by last modified time
    Searched defs:dstmap2 (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/java/src/
imgproc.cpp 805 // void convertMaps(Mat map1, Mat map2, Mat& dstmap1, Mat& dstmap2, int dstmap1type, bool nninterpolation = false)
819 Mat& dstmap2 = *((Mat*)dstmap2_nativeObj); local
820 cv::convertMaps( map1, map2, dstmap1, dstmap2, (int)dstmap1type, (bool)nninterpolation );
843 Mat& dstmap2 = *((Mat*)dstmap2_nativeObj); local
844 cv::convertMaps( map1, map2, dstmap1, dstmap2, (int)dstmap1type );
    [all...]
  /external/opencv3/modules/imgproc/misc/java/test/
ImgprocTest.java 388 Mat dstmap2 = new Mat(1, 4, CvType.CV_16UC1); local
390 Imgproc.convertMaps(map1, map2, dstmap1, dstmap2, CvType.CV_16SC2);
396 assertMatEqual(truthMap2, dstmap2);
403 Mat dstmap2 = new Mat(1, 3, CvType.CV_16UC1); local
405 Imgproc.convertMaps(map1, map2, dstmap1, dstmap2, CvType.CV_16SC2, false);
412 assertMatEqual(truthMap2, dstmap2);
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 47 milliseconds