I am not getting the BoundingBox

3 views (last 30 days)
amogha
amogha on 18 Oct 2014
Commented: amogha on 21 Oct 2014
stats = regionprops(bwlabel(K),'Area','Centroid','Perimeter','BoundingBox');
Boxes=cat(1,stats.BoundingBox);

Accepted Answer

Image Analyst
Image Analyst on 21 Oct 2014

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!