
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!