How to extract the ROI using impoly?
Afficher commentaires plus anciens
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);
Réponse acceptée
Plus de réponses (1)
Karbala'a Unvi. Science
le 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
Catégories
En savoir plus sur ROI-Based Processing dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!