Clear Filters
Clear Filters

how to draw boundary around walking human ??

1 view (last 30 days)
Anas A.Salam
Anas A.Salam on 19 Apr 2013
Answered: Image Analyst on 3 Oct 2017
hello i wonder if there is any function can draw a boundary around walking human as rectangle boundary. thanks :)

Answers (1)

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

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!