moreflexible / ImageProcessing

Canny Edge Detection And Hough Transform Line Detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImageProcessing

Canny Edge Detection And Hough Transform Line Detection

The code is written in Visual C++.

USING THE MAIN CODE

  1. The Input images have to be ".bmp" format and the output image must be saved as ".bmp" format.
  2. In the main code, you must be change your input image and output image (saved image) paths to yours.

About

Canny Edge Detection And Hough Transform Line Detection


Languages

Language:C++ 96.0%Language:C 4.0%