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

  /external/opencv3/modules/imgproc/misc/java/test/
ImgprocTest.java 969 Imgproc.getRectSubPix(gray255, size, center, dst);
    [all...]
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java 528 // C++: void getRectSubPix(Mat image, Size patchSize, Point2f center, Mat& patch, int patchType = -1)
531 //javadoc: getRectSubPix(image, patchSize, center, patch, patchType)
532 public static void getRectSubPix(Mat image, Size patchSize, Point center, Mat patch, int patchType)
540 //javadoc: getRectSubPix(image, patchSize, center, patch)
541 public static void getRectSubPix(Mat image, Size patchSize, Point center, Mat patch)
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 691 milliseconds