How can I extract a mammogram image's tumor area after drawing it with using roipoly command ?
조회 수: 1 (최근 30일)
이전 댓글 표시
I use roipoly command to draw sides of tumor suspicious area. And after drawing I want to extract that region from original image.
Using which matlab command I can extract this area from original image?
and my second question if it is possible how will I increase whiteness of tumor suspicious area in that region?
I can increase sharpness with fspecial and roifilt2 command in that region but I need to increase whiteness.
(The image is taken from mias database)

댓글 수: 0
답변 (1개)
Cris LaPierre
2020년 12월 26일
댓글 수: 4
Cris LaPierre
2020년 12월 28일
Ali's reply moved here.
"I draw a polygon which include tumor suspicious region. I need that polygon's extraction from original image .
Is there any matlab command to extract that region which I draw?"
Cris LaPierre
2020년 12월 28일
I think what you are asking for is how to apply a mask to an image.
Perhaps this page is helpful: Create a Binary Mask
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!