필터 지우기
필터 지우기

People tracking in real time

조회 수: 4 (최근 30일)
Biswas Lohani V K
Biswas Lohani V K 2016년 1월 20일
편집: Biswas Lohani V K 2016년 5월 14일
how to track a people in real time ?

채택된 답변

Dima Lisin
Dima Lisin 2016년 1월 20일
편집: Dima Lisin 2016년 1월 20일
Hi Biswas,
You have several options here. You can try the Detect and Track Multiple Faces example on the File Exchange, which detects and tracks multiple faces. You can try the same thing: replacing vision.CascadeObjectDetector with vision.PeopleDetector.
Alternatively, if your camera is stationary, you can use vision.ForegroundDetector to detect any moving objects. See Motion-Based Multiple Object Tracking example in the Computer Vision System Toolbox.
In either case, if you want to track people reliably for 10-15 minutes, you will have to do a lot of tweaking and tuning of parameters.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Computer Vision Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by