https://github.com/interactivetech/cannyedgedetector
Implementation of a Canny Edge Detector in C, which was a project completed in 2012
https://github.com/interactivetech/cannyedgedetector
Last synced: about 1 year ago
JSON representation
Implementation of a Canny Edge Detector in C, which was a project completed in 2012
- Host: GitHub
- URL: https://github.com/interactivetech/cannyedgedetector
- Owner: interactivetech
- Created: 2016-02-04T05:21:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-05T05:03:43.000Z (over 10 years ago)
- Last Synced: 2025-02-10T05:25:09.537Z (over 1 year ago)
- Language: C++
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CannyEdgeDetector
Implementation of a Canny Edge Detector in C, which was a project completed in 2012 as a semester project for my Introduction to C course with Dr. Niels da Vitoria Lobo
Implementation of the Canny Edge Detector comprises the following
- Blurring the image with a Gaussian Blur
- Computing the Intensity Gradient of the Image
- Computing Non-Maximum Suppression
- Edge Tracking by Hysteresis
For more details, view wiki at: https://en.wikipedia.org/wiki/Canny_edge_detector
And course: http://www.cs.ucf.edu/courses/cap4453/