Boundingbox in matlab
4 ビュー (過去 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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Map Display についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!