mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-02 04:59:25 +08:00
DOC: See also to skimage.sobel instead of ndimage.sobel.
This commit is contained in:
@@ -78,7 +78,7 @@ def canny(image, sigma=1., low_threshold=.1, high_threshold=.2, mask=None):
|
||||
|
||||
See also
|
||||
--------
|
||||
scipy.ndimage.sobel
|
||||
skimage.sobel
|
||||
|
||||
Notes
|
||||
-----
|
||||
|
||||
Reference in New Issue
Block a user