I am not getting the BoundingBox
2 次查看(过去 30 天)
显示 更早的评论
stats = regionprops(bwlabel(K),'Area','Centroid','Perimeter','BoundingBox');
Boxes=cat(1,stats.BoundingBox);
0 个评论
采纳的回答
Image Analyst
2014-10-21
See my Image Segmentation Tutorial where I demonstrate that: http://www.mathworks.com/matlabcentral/fileexchange/25157-image-segmentation-tutorial---blobsdemo--
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!