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!