Boundingbox in matlab
조회 수: 3 (최근 30일)
이전 댓글 표시
Hey! I have a simple question. I want to add a boundingbox around the face of a person in a photo(not a grayscale image. How do I do it? I have tried product help. Nothing seems to match.
댓글 수: 0
답변 (1개)
Image Analyst
2012년 5월 8일
Depends on what you mean by bounding box. Maybe you can just use plot() to plot a box in the overlay:
plot([x1 x2 x2 x1 x1], [y1 y1 y2 y2 y1], 'b-');
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!