How to fill bounding boxes in image?
10 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
matlab22
am 15 Mai 2016
Kommentiert: matlab22
am 16 Mai 2016
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 Kommentare
Akzeptierte Antwort
parth pandya
am 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;
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Simulation, Tuning, and Visualization finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!