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!