HomeSort by relevance Sort by last modified time
    Searched defs:dstmap1 (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)
818 Mat& dstmap1 = *((Mat*)dstmap1_nativeObj); local
820 cv::convertMaps( map1, map2, dstmap1, dstmap2, (int)dstmap1type, (bool)nninterpolation );
842 Mat& dstmap1 = *((Mat*)dstmap1_nativeObj); local
844 cv::convertMaps( map1, map2, dstmap1, dstmap2, (int)dstmap1type );
    [all...]
  /external/opencv3/modules/imgproc/misc/java/test/
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...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 165 milliseconds