Image Selection in freeform
Ältere Kommentare anzeigen
I want to select some regions in my image and I want to do it in freefrom manner. Is there any way?
Antworten (1)
DGM
am 24 Feb. 2024
1 Stimme
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 Kommentar
Deepan Jayakumar
am 26 Feb. 2024
Kategorien
Mehr zu ROI-Based Processing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!