how to increase or decrease the bounding box?
조회 수: 4 (최근 30일)
이전 댓글 표시
i have created a bounding box around the blob (desired object) using 'regionprops'. I want to increase the size of the bounding box. can anyone help me?
댓글 수: 0
채택된 답변
Walter Roberson
2013년 6월 16일
"How many legs does a dog have if you call the tail a leg?" Answer: "Four. Calling the tail a leg does not make it a leg."
"How big is a bounding box if you increase its size?" Answer: The size will be unchanged. If you were to change the size of the box, it wold no longer be the bounding box!
What you could do is take the coordinates of the bounding box and create new coordinates for a larger box. The last two coordinates are the height and width, so you could just change those, or you could also change the (x,y), depending on where, relative to the object, you want the expansion to be.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!