Skip to content

tasdikrahman/opencv_edge_detection

Repository files navigation

opencv edge detection

NOTE: opencv : 3.0.0

Methods used

  • Canny edge detection
  • Laplace and Sobel

Relevant links

Setting up the Dev Env

Refer https://github.com/prodicus/opencv3-ansible-vagrant-playbook for getting a working OpenCV 3.0.0 up and running on your box

Running it

Example run

$ git clone https://github.com/prodicus/opencv_edge_detection
$ cd opencv_edge_detection && workon cv
(cv) $ python canny_edge.py --image test_input/hostel_notice.jpg

Canny Edge

Screenshot Screenshot
Screenshot Screenshot
Screenshot Screenshot

Laplace and Sobel

Sample input

Alt

Sample output

Alt

License

GPLv3