Polygon ROI extraction from an image
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi, I want to extract a polygon ROI from an image and work with that ROI further. How can I extract the ROI from the image and save it as an array??
댓글 수: 0
채택된 답변
Image Analyst
2017년 2월 22일
Use functions like imfreehand(), roipoly(), roipolyold(), poly2mask(), rbbox(), imrect(), and/or imcrop().
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!