MATLAB: Has anyone done vehicle and pedestrian detection from video and calculating the speed from the video

cnndeeplearningimage processingobject detectionspeed detectionvehicle detectionvideo processing

Hello,
Has anyone done vehicle and pedestrian detection from video and calculating the speed from the video?
I need help on that.
Thank you!

Best Answer

Hello Hesam,
I understand that you’re looking for examples of how to detect vehicles and pedestrians in a video and calculate the speed. A useful resource is this page which has some examples from the Computer Vision Toolbox. If you wish to track multiple objects, like pedestrians and vehicles; this example may be useful to you as well.