How to extract the ROI using impoly?
Mostra commenti meno recenti
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);
Risposta accettata
Più risposte (1)
Karbala'a Unvi. Science
il 21 Nov 2014
0 voti
hi, I need the help in reconstruct the cropped image back to the original image... PLS need the help urgently
Categorie
Scopri di più su ROI-Based Processing in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!