You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
After appling the Weighted Average Filtering with some noise in the image we're getting the result below
After appling the min filtering with some noise in the image we're getting the result below
After appling the max filtering with some noise in the image we're getting the result below
After appling the median filtering with some noise in the image we're getting the result below
After appling the IRLS Filtering with some noise in the image we're getting the result below