An open API service indexing awesome lists of open source software.

https://github.com/rakeshbal99/canny-edge


https://github.com/rakeshbal99/canny-edge

canny-edge-detection edges image-processing opencv

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Canny_Edge
This repository contains the folder required for running the Canny_Edge Code in OpenCV(C++).
To run the code make sure OPenCV with version 2.x.x or higher and Ubuntu 14.04 or higher is installed in your computer and the image whose edge is to be detected is present in the same directory as the Source file and CMakeLists.txt file.

Running Process:
First cd into the directory where the code is present and run the following commands:
1.CMake .
2.Make (Make Sure the dependencies are added to CMakeLists.txt)
3.Run the executable which is generated by making the Folder along with the Name of the image which you want to use for the Canny_Edge Detction.
The Result will be generated in a new window with thresholding option at the bottom.