Skip to content

realmoieen/Edge-Detectors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edge-Detectors

v1.0 Moieen Abbas

Description

The Sobel and Laplacian Edge Detectors Detecting edges is one of the fundamental operations you can do in image processing. It helps you reduce the amount of data (pixels) to process and maintains the "structural" aspect of the image.

The result of convolution with the laplacian operator

Result of the sobel operator

Acknowledgments

This Project includes the opencv3 project available from https://github.com/opencv/opencv