How to extract the ROI using impoly?
Mostrar comentarios más antiguos
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);
Respuesta aceptada
Más respuestas (1)
Karbala'a Unvi. Science
el 21 de Nov. de 2014
0 votos
hi, I need the help in reconstruct the cropped image back to the original image... PLS need the help urgently
Categorías
Más información sobre ROI-Based Processing en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!