opencv/modules/video
Chen Jun 8d0dae4cec Fix KalmanFilter comment error
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);
```
2022-05-12 08:48:23 +00:00
..
include/opencv2 Formula Fixes for 3.4 branch 2020-04-21 19:23:23 +05:30
misc python: discover tests from module/misc/python/test paths 2019-04-10 18:35:35 +00:00
perf Update perf_bgfg_mog2.cpp, perf_bgfg_knn.cpp 2021-09-25 23:06:50 +03:00
src Fix KalmanFilter comment error 2022-05-12 08:48:23 +00:00
test Merge pull request #19993 from danielenricocahall:fix-compute-ecc-issue 2021-04-30 17:20:52 +00:00
CMakeLists.txt Merge pull request #9466 from huningxin:js 2017-09-25 16:52:07 +03:00