Azzera filtri
Azzera filtri

how to draw boundary around walking human ??

1 visualizzazione (ultimi 30 giorni)
Anas A.Salam
Anas A.Salam il 19 Apr 2013
Risposto: Image Analyst il 3 Ott 2017
hello i wonder if there is any function can draw a boundary around walking human as rectangle boundary. thanks :)

Risposte (1)

Image Analyst
Image Analyst il 3 Ott 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