How to fill bounding boxes in image?
10 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
parth pandya
2016-5-16
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;
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simulation, Tuning, and Visualization 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!