how to draw boundary around walking human ??

2 vues (au cours des 30 derniers jours)
Anas A.Salam
Anas A.Salam le 19 Avr 2013
hello i wonder if there is any function can draw a boundary around walking human as rectangle boundary. thanks :)

Réponses (1)

Image Analyst
Image Analyst le 3 Oct 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