Skip to content

This is an implementation of Canny Edge Detector algorithm using multiprocessing

License

Notifications You must be signed in to change notification settings

apanay20/Canny-Edge-Detector-Multiprocessing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About The Project

This is an implementation of Canny Edge Detector algorithm using multiprocessing.

Author:

  • Andreas Panayiotou

Prerequisites

Below are shown the necessary python libraries to run the edge detector.

  • OpenCV
    pip install opencv-python
  • Matplotlib
    pip install matplotlib
  • NumPy
    pip install numpy

Results

Original Image
Image Gradient
Edge Thinning
Edge Detection

About

This is an implementation of Canny Edge Detector algorithm using multiprocessing

Topics

Resources

License

Stars

Watchers

Forks

Languages