Skip to content

Demo of image edges detection using different operators, norms and custom masks

License

Notifications You must be signed in to change notification settings

avs123a/Image-edge-detection-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.