From 22ad487328f75c1c422e33bd3d089c99bdb9ab19 Mon Sep 17 00:00:00 2001 From: Philippe FOUBERT Date: Thu, 28 Nov 2013 00:45:58 +0100 Subject: [PATCH] Comment correction --- modules/core/include/opencv2/core/matx.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/include/opencv2/core/matx.hpp b/modules/core/include/opencv2/core/matx.hpp index 010e02828..d7d485957 100644 --- a/modules/core/include/opencv2/core/matx.hpp +++ b/modules/core/include/opencv2/core/matx.hpp @@ -153,7 +153,7 @@ public: //! transpose the matrix Matx<_Tp, n, m> t() const; - //! invert matrix the matrix + //! invert the matrix Matx<_Tp, n, m> inv(int method=DECOMP_LU, bool *p_is_ok = NULL) const; //! solve linear system