I am not getting the BoundingBox
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
amogha
am 18 Okt. 2014
Kommentiert: amogha
am 21 Okt. 2014
stats = regionprops(bwlabel(K),'Area','Centroid','Perimeter','BoundingBox');
Boxes=cat(1,stats.BoundingBox);
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 21 Okt. 2014
See my Image Segmentation Tutorial where I demonstrate that: http://www.mathworks.com/matlabcentral/fileexchange/25157-image-segmentation-tutorial---blobsdemo--
Weitere Antworten (0)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!