Filter löschen
Filter löschen

how to draw boundary around walking human ??

1 Ansicht (letzte 30 Tage)
Anas A.Salam
Anas A.Salam am 19 Apr. 2013
Beantwortet: Image Analyst am 3 Okt. 2017
hello i wonder if there is any function can draw a boundary around walking human as rectangle boundary. thanks :)

Antworten (1)

Image Analyst
Image Analyst am 3 Okt. 2017
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