Skip to content

Gelareh-st/Image-Smoothing-Filters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image-Smoothing-Filters

Image smoothing filters are techniques used to reduce noise and smooth out an image.

1.Mean filter

A filter that replaces each pixel with the average value of its neighboring pixels. It is a simple and effective way to reduce noise in an image.

image

output :

image

2.Gaussian filter

A filter that uses a Gaussian function to blur the image. It is commonly used to reduce high-frequency noise in an image.

Filter mask :

image

output :

image