Canny edge detector: Difference between revisions

m
Line 837:
=={{Header|Python}}==
 
In Python, cannyCanny edge detection would normally be done using [http://scikit-image.org/docs/dev/auto_examples/plot_canny.html scikit-image] or OpenCV-Python. Here is an approach using numpy/scipy:
 
<lang python>#!/bin/python
Anonymous user