Real time object detection (ex: pedestrian) from moving vehicle.
2 次查看(过去 30 天)
显示 更早的评论
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))?
0 个评论
回答(1 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!