필터 지우기
필터 지우기

how to draw boundary around walking human ??

조회 수: 1 (최근 30일)
Anas A.Salam
Anas A.Salam 2013년 4월 19일
답변: Image Analyst 2017년 10월 3일
hello i wonder if there is any function can draw a boundary around walking human as rectangle boundary. thanks :)

답변 (1개)

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

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by