Skip to content

an exercise for applying edge detection and gaussian blur on a picture

Notifications You must be signed in to change notification settings

ShadmehrBakhtiary/EDGEdetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

EDGE Detection

This exercise demonstrates the process of applying edge detection and Gaussian blur on an image.

Gaussian Blur

First, a Gaussian filter is applied to the image to filter out low-frequency noise and smooth the image.

Gaussian Blur Image

Edge Detection

Next, a high-pass filter with Sobel operator is applied to detect the edges of the image.

Edge Detection Image

Releases

No releases published

Packages

No packages published