Fix description of polygon example script

This commit is contained in:
Johannes Schönberger
2012-08-26 08:37:51 +02:00
parent db9af0dc2d
commit 00b3e90e42
+5 -5
View File
@@ -1,10 +1,10 @@
"""
====================
Approximate Polygons
====================
===================================
Approximatea and subdivide polygons
===================================
This example shows how to approximate polygonal chains with the Douglas-Peucker
algorithm.
This example shows how to approximate (Douglas-Peucker algorithm) and subdivide
(B-Splines) polygonal chains.
"""
import numpy as np