How to extract the ROI using impoly?
Show older comments
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);
Accepted Answer
More Answers (1)
Karbala'a Unvi. Science
on 21 Nov 2014
0 votes
hi, I need the help in reconstruct the cropped image back to the original image... PLS need the help urgently
Categories
Find more on Build Interactive Tools in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!