Opencv kalman filter prediction without new observtion

前端 未结 3 1416
攒了一身酷
攒了一身酷 2020-12-13 21:31

I wan to use Opencv Kalman filter implementation for smooth some noise points. So I\'ve tried to code a simple test for it.

Let\'s say I have an observation (a point

3条回答
  •  春和景丽
    2020-12-13 22:13

    I didn't set the transition and measurement matrix.

    I have found standard state-space values for those matrix in this excellent MATLAB documentation page.

提交回复
热议问题