From 1e00a93f97f47fcd2e02f4fa4e5091f598062995 Mon Sep 17 00:00:00 2001 From: Martin Ueding Date: Wed, 13 May 2015 08:16:39 +0200 Subject: [PATCH] Fix spelling --- modules/video/include/opencv2/video/tracking.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/video/include/opencv2/video/tracking.hpp b/modules/video/include/opencv2/video/tracking.hpp index 718d765..6162a95 100644 --- a/modules/video/include/opencv2/video/tracking.hpp +++ b/modules/video/include/opencv2/video/tracking.hpp @@ -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. -- 2.7.4