mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-12 12:30:16 +08:00
Merge pull request #274 from ahojnnes/doc-update
DOC: Overall cleanups.
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