how to find big overlapping bounding box coordinates?
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi, I have calculated big overlapping area with ground truth bounding box and prediction box. My prediction boxes 2000 and now i want to know for which box I got maximum area. I want to know the box position. Could someone help me to write the code?
댓글 수: 0
답변 (1개)
Image Analyst
2014년 5월 22일
What does this mean "My prediction boxes 2000"? The area is the length times width. If you have "calculated" the boxes you should know those values. Once you know which has the largest area, knowing the coordinates of that box is already done.
댓글 수: 2
Image Analyst
2014년 5월 22일
I don't understand. Is this related to your other question about the bounding box of the bounding box? Please upload a screenshot.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!