mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-12 05:45:22 +08:00
Fix description of polygon example script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user