Image Selection in freeform
Mostrar comentarios más antiguos
I want to select some regions in my image and I want to do it in freefrom manner. Is there any way?
Respuestas (1)
DGM
el 24 de Feb. de 2024
1 voto
Use drawfreehand() to create an ROI object interactively. Once done, use createMask() to convert the ROI object into a logical mask. Then do whatever you need to do using the mask.
1 comentario
Deepan Jayakumar
el 26 de Feb. de 2024
Categorías
Más información sobre ROI-Based Processing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!