CvBlobLibSimplifyPolygon Method OpenCvSharp Class Library
Overload List

  NameDescription
Public methodStatic memberSimplifyPolygon(CvContourPolygon)
Simplify a polygon reducing the number of vertex according the distance "delta". Uses a version of the Ramer-Douglas-Peucker algorithm (http://en.wikipedia.org/wiki/Ramer-Douglas-Peucker_algorithm).
Public methodStatic memberSimplifyPolygon(CvContourPolygon, Double)
Simplify a polygon reducing the number of vertex according the distance "delta". Uses a version of the Ramer-Douglas-Peucker algorithm (http://en.wikipedia.org/wiki/Ramer-Douglas-Peucker_algorithm).
Top
See Also

Reference