About Bounding Box
이전 댓글 표시
How to get the properties(width and ul_corner) of the bounding box? Im using the bounding box for detecting the object. now i need to find the height and width of the object in pixels.
답변 (1개)
Walter Roberson
2011년 4월 29일
0 개 추천
If you are using regionprops reshape(TheBoundingBox,[],2) . Then the first column will be the ul_corner and the second column will be the corresponding widths.
카테고리
도움말 센터 및 File Exchange에서 Region and Image Properties에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!