Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avs123a/image-edge-detection-demo
Demo of image edges detection using different operators, norms and custom masks
https://github.com/avs123a/image-edge-detection-demo
demo edge-computing edge-detection image-analysis image-manipulation image-processing jupyter-notebook numpy python python27 python3
Last synced: 10 days ago
JSON representation
Demo of image edges detection using different operators, norms and custom masks
- Host: GitHub
- URL: https://github.com/avs123a/image-edge-detection-demo
- Owner: avs123a
- License: mit
- Created: 2020-04-12T08:43:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-29T17:55:41.000Z (almost 5 years ago)
- Last Synced: 2025-01-19T07:42:10.895Z (11 days ago)
- Topics: demo, edge-computing, edge-detection, image-analysis, image-manipulation, image-processing, jupyter-notebook, numpy, python, python27, python3
- Language: Jupyter Notebook
- Size: 528 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image-edge-detection-demo
Demo of image edges detection using different operators, norms and custom masksIncludes:
Prewitt operator,
Sobel operator,
Roberts operator,
Laplace operatorThere are next norms: first norm (square root of square's sums), second norm (max). These norms are used for Prewitt, Sobel and Roberts operators.
And there are demos for applying custom masks to image.
IMPORTANT NOTE!!!
before using you must change image directory.