how to draw boundary around walking human ??
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
hello i wonder if there is any function can draw a boundary around walking human as rectangle boundary. thanks :)
0 commentaires
Réponses (1)
Image Analyst
le 3 Oct 2017
Use the rectangle() function:
hold on;
rectangle('Position', [2,5,20,50]);
0 commentaires
Voir également
Catégories
En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!