how to draw boundary around walking human ??
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
hello i wonder if there is any function can draw a boundary around walking human as rectangle boundary. thanks :)
0 Kommentare
Antworten (1)
Image Analyst
am 3 Okt. 2017
Use the rectangle() function:
hold on;
rectangle('Position', [2,5,20,50]);
0 Kommentare
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!