How to fill bounding boxes in image?
2 ビュー (過去 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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/164313/image.png)
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!