m-ric / opencv-edge-detector

An edge detection python program with OpenCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

opencv-edge-detector README

An edge detection python program with OpenCV. Originally developed with python-2.7.3 and python-opencv-2.3.1-7.

Howto

Two windows shall open at program execution. One with a preview of your primary webcam, the other with a Canny edge detection applied on a grayscaled version of the preview.

  • adjust canny main parameters with the two trackbars provided
  • Press 's' to capture current webcam image and still the preview
  • Press 'f' to detect face and eyes, and show highlight Regions Of Interest in a third window
  • Press 'ESC' to close the windows and exit the program

About

An edge detection python program with OpenCV

License:GNU General Public License v3.0


Languages

Language:Python 100.0%