Sample MATLAB and Python implementation of Canny-Devernay subpixel edge detection algorithm. Original C implementation published by Rafael Grompone von Gioi and Gregory Randall.
Here, is the link to the paper and original C code.
Python implementation depends on the following libraries:
- PIL
- numpy
- matplotlib