Skip to content

PriyabrataNaskar/ImageFilters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ImageFilters

Image filters related to spatial domain

Original Image

Original Image

We're taking an MRI image of bone segment. After that we're adding some noise into this image. Later on we're implementing some of the filters in spatial domain to process that gray scale image.

Results

After appling the average filtering with some noise in the image we're getting the result below

Average Filtering

After appling the Weighted Average Filtering with some noise in the image we're getting the result below

Weighted Average Filtering

After appling the min filtering with some noise in the image we're getting the result below

Min Filtering

After appling the max filtering with some noise in the image we're getting the result below

Max Filtering

After appling the median filtering with some noise in the image we're getting the result below

Median Filtering

After appling the IRLS Filtering with some noise in the image we're getting the result below

IRLS Filter

About

Image filters related to spatial domain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages