How can I implement kalman prediction model on my data
4 次查看(过去 30 天)
显示 更早的评论
I trained a custome cascade classifier to detect an object from a video file with dynamic background. I then acheived the centroid of each detected bbox from each video frame and based on the tickenss of a known parameter of the object, i then plot the object trajectory in millimetre vs time. The problem that I am facing is lost tracks at certain video frames, mostly due to lack of enough illumination and reflection of the sun into the camera lens. I want to predict the object location based on its last location detected before the lost tracks and the first detected location after the lost tracks.
I attached part of the trajectory,
( according to the application of this task, the importance of the existing false positive is insignificant
I appreciate any help very much in advance
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!