Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 429 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 429 Bytes

canny-gui-helper-tool

A GUI tool that helps finding right parameters for Canny Edge detection

How to run:

python find_edges.py <file-name>

Sample Output:

GaussianBlur Filter Size: 13.000000
Threshold1: 28.000000
Threshold2: 115.000000

Demo:

https://youtu.be/xdiekchp-Uc

License

Copyright © 2016, Maunesh Ahir. Released under the MIT License.