mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-17 11:32:45 +08:00
fix import inside documentation and update TODO
This commit is contained in:
@@ -57,7 +57,7 @@ segmentation. To do this, we first get the edges of features using the Canny
|
||||
edge-detector.
|
||||
"""
|
||||
|
||||
from skimage.filter import canny
|
||||
from skimage.feature import canny
|
||||
edges = canny(coins/255.)
|
||||
|
||||
fig, ax = plt.subplots(figsize=(4, 3))
|
||||
|
||||
Reference in New Issue
Block a user