Effacer les filtres
Effacer les filtres

how to draw boundary around walking human ??

1 vue (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]);

Catégories

En savoir plus sur Image Data Workflows dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by