How can I extract a mammogram image's tumor area after drawing it with using roipoly command ?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/471137/image.jpeg)
0 comentarios
Respuestas (1)
Cris LaPierre
el 26 de Dic. de 2020
4 comentarios
Cris LaPierre
el 28 de Dic. de 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
el 28 de Dic. de 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
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!