Merge pull request #1652 from nghiaho12:kalman

pull/1712/merge
Roman Donchenko 12 years ago committed by OpenCV Buildbot
commit 4bc105c40b
  1. 1
      modules/video/src/kalman.cpp

@ -266,6 +266,7 @@ const Mat& KalmanFilter::predict(const Mat& control)
// handle the case when there will be measurement before the next predict.
statePre.copyTo(statePost);
errorCovPre.copyTo(errorCovPost);
return statePre;
}

Loading…
Cancel
Save