How can I extract a mammogram image's tumor area after drawing it with using roipoly command ?
2 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Cris LaPierre
on 26 Dec 2020
4 Comments
Cris LaPierre
on 28 Dec 2020
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
on 28 Dec 2020
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
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!