Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laszlokorte/canny-notebook
Numpy Canny Edge detector implementation to visualize each step
https://github.com/laszlokorte/canny-notebook
canny-edge-detection image-processing jupyter-notebook numpy
Last synced: about 19 hours ago
JSON representation
Numpy Canny Edge detector implementation to visualize each step
- Host: GitHub
- URL: https://github.com/laszlokorte/canny-notebook
- Owner: laszlokorte
- Created: 2024-06-07T11:44:23.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-07T16:47:38.000Z (5 months ago)
- Last Synced: 2024-06-08T13:06:15.902Z (5 months ago)
- Topics: canny-edge-detection, image-processing, jupyter-notebook, numpy
- Language: Jupyter Notebook
- Homepage: https://tools.laszlokorte.de
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Canny Edge detector
This is a python notebook that shows how to implement a canny edge detector in numpy.
![Preview of the step by step results](./preview.png)