How to extract a patch from image
显示 更早的评论
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);
回答(1 个)
Image Analyst
2014-5-8
0 个投票
See answer on your original question : http://www.mathworks.com/matlabcentral/answers/128399#comment_212793
类别
在 帮助中心 和 File Exchange 中查找有关 Polygons 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!