How to find the median filtered image after doing subtracting averaged image from original image
Show older comments
I have got an image obtained from microscope. I have done averaging and subtracted that image from original. Now I want to apply median filter and then use fibermetric command.
How can I do this?
Answers (1)
Image Analyst
on 14 Jul 2019
filteredImage = medfilt2(differenceImage, [7, 7]);
Adapt as needed. I've never heard of or used the fibermetric() function.
Categories
Find more on Image Filtering in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!