Python OpenCV Kalman Filter, How to set the initial position ?
I tried setting statePre, and statePost variables to desired initial position but it has no effect. The initial position is always (0,0).
Thank you
I have the same problem. I just call predict and update in a loop on the initial condition, a hack-y solution though