removing flim artifacts from image
이전 댓글 표시
I have an MRI image in which it contains artifacts and white labels,kindly tell how to remove these labels and artifacts,I have uploaded the image
댓글 수: 3
Walter Roberson
2013년 12월 25일
I removed the image link pending clarification on this issue.
kash
2013년 12월 25일
채택된 답변
추가 답변 (1개)
Matt J
2013년 12월 24일
I think you could just use H=imfreehand(...) to draw an ROI around the anatomy that you want to keep.
Then you can do
mriImage=mriImage.*(~H.createMask);
to get rid of it.
카테고리
도움말 센터 및 File Exchange에서 Image Arithmetic에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!