Hi,
Can someone help me out with inverse distance filter?
I intend to clean up a map (called B1-map) which is supposed to be smoothly varying. Please see the attached figure.
The left most figure is the simulated B1-map and the right one is the returned B1-map from the intermediate step. As you can see, there are salt-pepper like artefacts in right figure which I would like to get rid of. My understanding is that I can use inverse distance filter for such purpose.
Also, it would be nice to recover everything part of B1-map faithfully; but, none the less the central part with voxels having smaller intensities (< .07-.08) is not that important.
Any help would be greatly appreciated.
This is for my work that I plan to publish in near future. So, I can give due credit to you for your help (like referring to your work).
=
Original map:
https://drive.google.com/file/d/0B0Ah9soYnrlISm9UX29UakVIYlU/view?usp=sharing
map with salt pepper like artefacts:
https://drive.google.com/file/d/0B0Ah9soYnrlIRUNxQ215cXUxZmc/view?usp=sharing
These images are in tiff format and can be easily read using matlab as:
d = imread(inputFilename);
Regards
DK