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

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

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/