Fix spelling

This commit is contained in:
Martin Ueding
2015-05-13 08:16:39 +02:00
parent 4af2eb22ab
commit 1e00a93f97

View File

@@ -341,7 +341,7 @@ public:
/** @brief Re-initializes Kalman filter. The previous content is destroyed. /** @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 measureParams Dimensionality of the measurement.
@param controlParams Dimensionality of the control vector. @param controlParams Dimensionality of the control vector.
@param type Type of the created matrices that should be CV_32F or CV_64F. @param type Type of the created matrices that should be CV_32F or CV_64F.