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!