フィルターのクリア

how to draw boundary around walking human ??

1 回表示 (過去 30 日間)
Anas A.Salam
Anas A.Salam 2013 年 4 月 19 日
回答済み: Image Analyst 2017 年 10 月 3 日
hello i wonder if there is any function can draw a boundary around walking human as rectangle boundary. thanks :)

回答 (1 件)

Image Analyst
Image Analyst 2017 年 10 月 3 日
Use the rectangle() function:
hold on;
rectangle('Position', [2,5,20,50]);

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by