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!