how to draw boundary around walking human ??

조회 수: 4 (최근 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]);

Community Treasure Hunt

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

Start Hunting!

Translated by