Searched refs:approxPolyDP_ (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | approx.cpp | 476 approxPolyDP_( const Point_<T>* src_contour, int count0, Point_<T>* dst_contour, in approxPolyDP_() function 693 nout = approxPolyDP_(curve.ptr<Point>(), npoints, buf, closed, epsilon, &_stack); in approxPolyDP() 695 … nout = approxPolyDP_(curve.ptr<Point2f>(), npoints, (Point2f*)buf, closed, epsilon, &_stack); in approxPolyDP() 792 nout = cv::approxPolyDP_(src, npoints, dst, closed, parameter, &stack); in cvApproxPoly() 794 nout = cv::approxPolyDP_((cv::Point2f*)src, npoints, in cvApproxPoly()
|