How to fill bounding boxes in image?
10 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How to fill region inside bounding box with white and outside with black i? case of one bbx or many bounding boxes for one image.
0 commentaires
Réponse acceptée
parth pandya
le 16 Mai 2016
suppose img is image variable and if you have three dimensional image: bbBOx format is [ X Y Len Wid ]
img( X:X+Len-1, Y:Y+Wid-1, : ) = 0;
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Simulation, Tuning, and Visualization dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!