mirror of https://github.com/opencv/opencv.git
If there will be measurement before the next predict, `statePost` would be assigned to updated value. So I guess these steps are meant to handle when no measurement and KF only do the predict step. ```cpp statePre.copyTo(statePost); errorCovPre.copyTo(errorCovPost); ```pull/21916/head
parent
039f3d01a0
commit
8d0dae4cec
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue