How to extract the ROI using impoly?
이전 댓글 표시
using impoly(); how to extract the Region of Interest alone?? Here Im getting Errors.
grayImage = imread('pout.tif');
figure, imshow(grayImage);
h = impoly;
position = wait(h);
croppedImage = imcrop(grayImage, position);
figure;
imshow(croppedImage);
채택된 답변
추가 답변 (1개)
Karbala'a Unvi. Science
2014년 11월 21일
0 개 추천
hi, I need the help in reconstruct the cropped image back to the original image... PLS need the help urgently
카테고리
도움말 센터 및 File Exchange에서 ROI-Based Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!