Remove noise in MRI image.
조회 수: 7 (최근 30일)
이전 댓글 표시
Original Image:

I would like to remove noise shown marked in red circles.

Thanks in advance for any help!
댓글 수: 0
채택된 답변
Image Analyst
2015년 2월 10일
I would not call those features noise. And a quick scan of the code looks like you're just setting the blobs to zero. Is that what you mean by "remove"? And your fmax usage seems very weird.
댓글 수: 3
Image Analyst
2015년 2월 10일
See attached m-file.

You can increase thet threshold or run imdilate() on the binary image if you want to enlarge the blobs.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!