Python OpenCV Kalman Filter, How to set the initial position ?

asked 2016-04-23 22:15:20 -0600

wolf12 gravatar image

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

edit retag flag offensive close merge delete

Comments

I have the same problem. I just call predict and update in a loop on the initial condition, a hack-y solution though

manielec gravatar imagemanielec ( 2017-07-26 22:39:41 -0600 )edit