1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Merge pull request #4007 from martin-ueding:master

This commit is contained in:
Vadim Pisarevsky
2015-05-13 11:35:09 +00:00
@@ -341,7 +341,7 @@ public:
/** @brief Re-initializes Kalman filter. The previous content is destroyed.
@param dynamParams Dimensionalityensionality of the state.
@param dynamParams Dimensionality of the state.
@param measureParams Dimensionality of the measurement.
@param controlParams Dimensionality of the control vector.
@param type Type of the created matrices that should be CV_32F or CV_64F.