mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-11 00:51:50 +08:00
Fix inconsistencies in examples and many more improvements
This commit is contained in:
@@ -5,8 +5,8 @@ Approximate and subdivide polygons
|
||||
|
||||
This example shows how to approximate (Douglas-Peucker algorithm) and subdivide
|
||||
(B-Splines) polygonal chains.
|
||||
"""
|
||||
|
||||
"""
|
||||
import numpy as np
|
||||
import matplotlib.pyplot as plt
|
||||
from skimage.draw import ellipse
|
||||
|
||||
Reference in New Issue
Block a user