This is an implementation of Canny Edge Detector algorithm using multiprocessing.
Author:
- Andreas Panayiotou
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
| Original Image |
|---|
| Image Gradient |
| Edge Thinning |
| Edge Detection |