Real time object detection (ex: pedestrian) from moving vehicle.

2 views (last 30 days)
This link provides instruction how to detect a person in the video and calculate its depth https://www.mathworks.com/help/vision/examples/depth-estimation-from-stereo-video.html. In this case, they are using a video (AVI format). However, in my case, I have a stereo camera which produces 30FPS images in PNG format (each of them so 60 FPS). How can I process these images in real time? (I can specify to images (say left1 and right 1) and detect a person in there and calculate the distance, but how to make so that the code will be constantly checking the folder/directory to process other images (say left2& right2),....,(leftn&rightn))?

Answers (1)

Walter Roberson
Walter Roberson on 20 Oct 2017

Community Treasure Hunt

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

Start Hunting!