Searched defs:approxPolyDP (Results 1 – 2 of 2) sorted by relevance
674 void cv::approxPolyDP( InputArray _curve, OutputArray _approxCurve, in approxPolyDP() function in cv
2190 …public static void approxPolyDP(MatOfPoint2f curve, MatOfPoint2f approxCurve, double epsilon, bool… in approxPolyDP() method in Imgproc