DOC: See also to skimage.sobel instead of ndimage.sobel.

This commit is contained in:
Stefan van der Walt
2011-11-07 11:25:28 -08:00
parent 28028dc2cd
commit 0b124c34e2
+1 -1
View File
@@ -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
-----