Home
last modified time | relevance | path

Searched defs:drawContours (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/imgproc/src/
Ddrawing.cpp2275 void cv::drawContours( InputOutputArray _image, InputArrayOfArrays _contours, in drawContours() function in cv
/external/opencv3/modules/java/src/
Dimgproc+Imgproc.java2766 …public static void drawContours(Mat image, List<MatOfPoint> contours, int contourIdx, Scalar color… in drawContours() method in Imgproc
2776 …public static void drawContours(Mat image, List<MatOfPoint> contours, int contourIdx, Scalar color… in drawContours() method in Imgproc
2786 …public static void drawContours(Mat image, List<MatOfPoint> contours, int contourIdx, Scalar color) in drawContours() method in Imgproc