how to draw boundary around walking human ??
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
hello i wonder if there is any function can draw a boundary around walking human as rectangle boundary. thanks :)
0 Commenti
Risposte (1)
Image Analyst
il 3 Ott 2017
Use the rectangle() function:
hold on;
rectangle('Position', [2,5,20,50]);
0 Commenti
Vedere anche
Categorie
Scopri di più su Image Processing Toolbox in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!