erayyildiz / canny_edge_detector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

canny Edge Detector

Canny edge detector for ITU Image Processing Course Assignment (2017 Fall).

To run the program from command line just run main.py file without any argument. The system will read images in test_images directory and write the outputs to output_images directory. Or you can give the input and output paths as command line arguments respectively.

About


Languages

Language:Python 100.0%