Skip to content

interactivetech/CannyEdgeDetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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/

About

Implementation of a Canny Edge Detector in C, which was a project completed in 2012

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages