Closed patilsk closed 6 years ago
Yes, its possible. Current implementation of Kalman filter & Hungarian works on every captured frame. For your requirement it require to capture the position and velocity (multiple frames). Found below link on the internet it is a good reference to start with: https://dsp.stackexchange.com/questions/8860/kalman-filter-for-position-and-velocity-introducing-speed-estimates
Thank you for devoting your prestigious time for clearing my doubt.
On Mar 15, 2018 10:52 PM, "Srini Ananthakrishnan" notifications@github.com wrote:
Yes, its possible. Current implementation of Kalman filter & Hungarian works on every captured frame. For your requirement it require to capture the position and velocity (multiple frames). Found below link on the internet it is a good reference to start with: https://dsp.stackexchange.com/questions/8860/kalman-filter- for-position-and-velocity-introducing-speed-estimates
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/srianant/kalman_filter_multi_object_tracking/issues/2#issuecomment-373456971, or mute the thread https://github.com/notifications/unsubscribe-auth/AjKqZ3InrzSQx4HlC5mnuPB2UP-o37Exks5teqNwgaJpZM4Srk4q .
Is it possible to use this code for speed estimation of vehicle?