maunesh / opencv-gui-helper-tool

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Python 100.0%