Skip to content

caleb1000/canny_image_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

canny_image_detection

This is my experiment with canny image detection in python. Currently this program only applys a Gaussian filter, greyscale conversion, and the average of the sobel x and y operators.

https://en.wikipedia.org/wiki/Canny_edge_detector

TO:DO
-Use Numpy
-Only open target file once
-Take in command line args
-Lower bound cut-off suppression
-Double threshold
-Edge tracking by hysteresis

Original Image
image

Blurred Greyscale
image

Sobel X
image

Sobel Y
image

Sobel Average
!image

About

This is my experiment with canny image detection in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages