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

  /external/opencv3/modules/photo/src/
seamless_cloning.cpp 50 void cv::seamlessClone(InputArray _src, InputArray _dst, InputArray _mask, Point p, OutputArray _blend, int flags)
  /external/opencv3/modules/java/src/
photo+Photo.java 328 // C++: void seamlessClone(Mat src, Mat dst, Mat mask, Point p, Mat& blend, int flags)
331 //javadoc: seamlessClone(src, dst, mask, p, blend, flags)
332 public static void seamlessClone(Mat src, Mat dst, Mat mask, Point p, Mat blend, int flags)
688 // C++: void seamlessClone(Mat src, Mat dst, Mat mask, Point p, Mat& blend, int flags)
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 224 milliseconds