I am not getting the BoundingBox
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
amogha
el 18 de Oct. de 2014
Comentada: amogha
el 21 de Oct. de 2014
stats = regionprops(bwlabel(K),'Area','Centroid','Perimeter','BoundingBox');
Boxes=cat(1,stats.BoundingBox);
0 comentarios
Respuesta aceptada
Image Analyst
el 21 de Oct. de 2014
See my Image Segmentation Tutorial where I demonstrate that: http://www.mathworks.com/matlabcentral/fileexchange/25157-image-segmentation-tutorial---blobsdemo--
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!