how to draw boundary around walking human ??
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
hello i wonder if there is any function can draw a boundary around walking human as rectangle boundary. thanks :)
0 comentarios
Respuestas (1)
Image Analyst
el 3 de Oct. de 2017
Use the rectangle() function:
hold on;
rectangle('Position', [2,5,20,50]);
0 comentarios
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!