How to fill bounding boxes in image?
조회 수: 8 (최근 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!