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!