Commit 8a679128 authored by Fangjun KUANG's avatar Fangjun KUANG Committed by GitHub

Update comments for cv::InputArray.

parent 47ae5f14
...@@ -73,8 +73,8 @@ It is defined as: ...@@ -73,8 +73,8 @@ It is defined as:
typedef const _InputArray& InputArray; typedef const _InputArray& InputArray;
@endcode @endcode
where _InputArray is a class that can be constructed from `Mat`, `Mat_<T>`, `Matx<T, m, n>`, where _InputArray is a class that can be constructed from `Mat`, `Mat_<T>`, `Matx<T, m, n>`,
`std::vector<T>`, `std::vector<std::vector<T> >` or `std::vector<Mat>`. It can also be constructed `std::vector<T>`, `std::vector<std::vector<T> >`, `std::vector<Mat>`, `std::vector<Mat_<T> >`,
from a matrix expression. `UMat`, `std::vector<UMat>` or `double`. It can also be constructed from a matrix expression.
Since this is mostly implementation-level class, and its interface may change in future versions, we Since this is mostly implementation-level class, and its interface may change in future versions, we
do not describe it in details. There are a few key things, though, that should be kept in mind: do not describe it in details. There are a few key things, though, that should be kept in mind:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment