Searched defs:drawContours (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | drawing.cpp | 2275 void cv::drawContours( InputOutputArray _image, InputArrayOfArrays _contours, in drawContours() function in cv
|
/external/opencv3/modules/java/src/ |
D | imgproc+Imgproc.java | 2766 …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
|