Image Selection in freeform
显示 更早的评论
I want to select some regions in my image and I want to do it in freefrom manner. Is there any way?
回答(1 个)
DGM
2024-2-24
1 个投票
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.
类别
在 帮助中心 和 File Exchange 中查找有关 ROI-Based Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!