how to draw boundary around walking human ??

1 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Image Data Workflows 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by