How to extract a patch from image
Mostrar comentarios más antiguos
Hello,I have an image..after labeling the image.i want to extract a patch of 80*80 of each labeled object...what is the matlab code for extracting if i first find the center of each labeled object and then extract patch. This is the labled image of mine
[L,num] = bwlabel(ImageFilled);
Respuestas (1)
Image Analyst
el 8 de Mayo de 2014
0 votos
See answer on your original question : http://www.mathworks.com/matlabcentral/answers/128399#comment_212793
Categorías
Más información sobre Polygons 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!