Borrar filtros
Borrar filtros

how to draw boundary around walking human ??

1 visualización (últimos 30 días)
Anas A.Salam
Anas A.Salam el 19 de Abr. de 2013
Respondida: Image Analyst el 3 de Oct. de 2017
hello i wonder if there is any function can draw a boundary around walking human as rectangle boundary. thanks :)

Respuestas (1)

Image Analyst
Image Analyst el 3 de Oct. de 2017
Use the rectangle() function:
hold on;
rectangle('Position', [2,5,20,50]);

Categorías

Más información sobre Image Data Workflows en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by