Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 334 Bytes

File metadata and controls

9 lines (6 loc) · 334 Bytes

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.