Crop the region
조회 수: 5 (최근 30일)
이전 댓글 표시
I wanted to know how to obtain the region inside the border. For example I am using the MRI liver image and I just want all the portions inside the liver. The other portions such as kidney, uterus and other things i do not require. I have obtained the border for the liver but its black inside the region.
댓글 수: 0
채택된 답변
Image Analyst
2012년 5월 25일
You need to do image segmentation. I have demos for that in my File Exchange: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
댓글 수: 2
Image Analyst
2012년 5월 27일
That's because imcrop must take a rectangular region while boundaries do not have to be rectangular. You can mask out stuff outside the boundaries. I've posted demos on masking before - search for them or ask if you can't find any.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Neuroimaging에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!