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
- Host: GitHub
- URL: https://github.com/rakeshbal99/canny-edge
- Owner: rakeshbal99
- Created: 2017-04-25T10:39:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T17:01:53.000Z (about 9 years ago)
- Last Synced: 2024-12-20T18:12:08.238Z (over 1 year ago)
- Topics: canny-edge-detection, edges, image-processing, opencv
- Language: C++
- Size: 245 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.