Skip to content

Commit f9f013e

Browse files
committed
Merge pull request opencv#8323 from csukuangfj:csukuangfj-patch-8
2 parents 9d593e7 + 8a67912 commit f9f013e

File tree

1 file changed

+2
-2
lines changed
  • modules/core/include/opencv2/core

1 file changed

+2
-2
lines changed

modules/core/include/opencv2/core/mat.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ It is defined as:
7373
typedef const _InputArray& InputArray;
7474
@endcode
7575
where _InputArray is a class that can be constructed from `Mat`, `Mat_<T>`, `Matx<T, m, n>`,
76-
`std::vector<T>`, `std::vector<std::vector<T> >` or `std::vector<Mat>`. It can also be constructed
77-
from a matrix expression.
76+
`std::vector<T>`, `std::vector<std::vector<T> >`, `std::vector<Mat>`, `std::vector<Mat_<T> >`,
77+
`UMat`, `std::vector<UMat>` or `double`. It can also be constructed from a matrix expression.
7878
7979
Since this is mostly implementation-level class, and its interface may change in future versions, we
8080
do not describe it in details. There are a few key things, though, that should be kept in mind:

0 commit comments

Comments
 (0)