Comment correction

pull/1883/head
Philippe FOUBERT 11 years ago
parent 735f704b3e
commit 22ad487328
  1. 2
      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

Loading…
Cancel
Save