how to extract roi automatically
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
how to extract blobs (affected region) in lungs CT scan image without free hand selection using auto selection based on color r something . in that extracted output it needs to display only the blobs in white. background needs to be black
2 comentarios
Walter Roberson
el 24 de Sept. de 2017
Is this cancer or TB to be detected, or something else?
CT scans are grayscale so you will not be able to detect anything by color.
Respuestas (2)
Selva Karna
el 24 de Sept. de 2017
use imroi
1 comentario
Walter Roberson
el 24 de Sept. de 2017
imroi is not able to automatically decide where the ROI should be.
Image Analyst
el 24 de Sept. de 2017
Look for papers describing how to do that here: http://www.visionbib.com/bibliography/contentsmedical.html#Medical%20Applications,%20CAT,%20MRI,%20Ultrasound,%20Heart%20Models,%20Brain%20Models or in PubMed.
5 comentarios
Image Analyst
el 8 de Oct. de 2017
What are PBRs?
Try imfreehand(), like in the attached demo, to have your expert draw the ROI.
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!