How to use vision.PeopleDetector to find people in a 'video'? (I know how to use it to detect in an image.)

Answers (1)

You can use vision.VideoFileReader object to read one video frame at a time. Then you can use the people detector to detect people in each frame.ame.

Asked:

on 29 Jan 2014

Answered:

on 1 May 2014

Community Treasure Hunt

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

Start Hunting!