Skip to content

Hank-Tsou/Implement-Edge-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Canny Edge Detection

This project is trying to implement Canny Edge Detection

Canny Edge Detection

Input image: input_image.jpg
Command line >> python Canny_Edge_Detection.py  -i input_image.png

The program will show the result include original image and result image.

NOTE: The running time for this program is about 10 sec on macbook-pro

image

Useful link for implementation:

Code

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Author: Hank Tsou
  • Contact: hank630280888@gmail.com
  • Project from California State Polytechnic University, Pomona, Computer Science, CS-519 Computer Vision

Releases

No releases published

Packages

No packages published

Languages