Automatic Segmentation of Mass in mammography images
이전 댓글 표시
I want to use level set segmentation by selecting the ROI in the Mass tumor area not whole the image. The image attached here, I marked Blue line, the tumor area , this is the area that I want to automatically segment. Any idea please and thank you very much

채택된 답변
추가 답변 (2개)
Nitin
2014년 2월 26일
0 개 추천
You might want to have a look on Active contours/snake. This site has a nice tutorial including source code in Matlab.
댓글 수: 3
By the way, the Image Processing Toolbox already has active contour based segmentation. Look at the activecontour function.
If you could attach the original image, that would be helpful.
Adnan Ibrahim
2014년 2월 27일
Warid Islam
2020년 8월 17일
Hi Anand,
I tried to use the activecontour function on my image to detect tumor. The brightest part of the image is the tumor. But I am not getting any result.
Faraz
2015년 9월 11일
0 개 추천
Bro, that's not the tumour area and this is not how you do it. This is fibroglandular tissue (with possibly tumour hiding somewhere, or possibly not) may be BIRADS 3 mammogram. Its the breast region you are trying to segment? But if you think you are segmenting mass here, you are wrong!
You may want to try superpixel based SLIC segmentaion instead of levelsets etc. , google it .. there are a number of implementations available (e.g vlfeat.org).
카테고리
도움말 센터 및 File Exchange에서 Image Filtering and Enhancement에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!