Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Image-edge-detection-demo
Demo of image edges detection using different operators, norms and custom masks

Includes:
Prewitt operator,
Sobel operator,
Roberts operator,
Laplace operator

There 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.