How to find the median filtered image after doing subtracting averaged image from original image
1 回表示 (過去 30 日間)
古いコメントを表示
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?
0 件のコメント
回答 (1 件)
Image Analyst
2019 年 7 月 14 日
filteredImage = medfilt2(differenceImage, [7, 7]);
Adapt as needed. I've never heard of or used the fibermetric() function.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!