How to extract the ROI using impoly?
Ältere Kommentare anzeigen
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);
Akzeptierte Antwort
Weitere Antworten (1)
Karbala'a Unvi. Science
am 21 Nov. 2014
0 Stimmen
hi, I need the help in reconstruct the cropped image back to the original image... PLS need the help urgently
Kategorien
Mehr zu ROI-Based Processing finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!