mirror of
https://github.com/opencv/opencv.git
synced 2026-09-11 04:43:22 -05:00
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); ```