How to fill bounding boxes in image?
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
parth pandya
il 16 Mag 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;
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Simulation, Tuning, and Visualization in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!