Real time object detection (ex: pedestrian) from moving vehicle.
    2 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
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 commentaires
Réponses (1)
Voir également
Catégories
				En savoir plus sur Camera Calibration dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

