Image Selection in freeform
Mostra commenti meno recenti
I want to select some regions in my image and I want to do it in freefrom manner. Is there any way?
Risposte (1)
DGM
il 24 Feb 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 Commento
Deepan Jayakumar
il 26 Feb 2024
Categorie
Scopri di più su ROI-Based Processing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!