필터 지우기
필터 지우기

tracking pedstrians from a moving car

조회 수: 1 (최근 30일)
xiaodong hu
xiaodong hu 2017년 3월 22일
답변: Zheng 2017년 3월 22일
I was wondering what's the statement"
y = (bboxes(:,2)-1) / resizeRatio + 1;
yfoot = min(length(obj.pedScaleTable), round(y + height));
" means in the example'tracking pedestrians from a moving car. thanks.
  댓글 수: 1
Santhana Raj
Santhana Raj 2017년 3월 22일
If you can give a link on the example you are referring or the code, then it would be easier for people to help.

댓글을 달려면 로그인하십시오.

채택된 답변

Zheng
Zheng 2017년 3월 22일
% y = (bboxes(:,2)-1) / resizeRatio + 1; this gives the y-coordinate of the top of the bounding box in the original image. The image being processed is resized commented in line 230.
% yfoot = min(length(obj.pedScaleTable), round(y + height)); This gives the y-coordinate of the bottom of the bounding box. The auxiliary table was constructed such that you can retrieve the estimated height of an adult from the table using yfoot as an index. Therefore, this index value cannot go beyond the size of the table.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Feature Detection and Extraction에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by