mirror of
https://github.com/opencv/opencv.git
synced 2024-12-15 01:39:10 +08:00
doc: fixed issue with doxygen 1.12
This commit is contained in:
parent
5f1b05af0e
commit
f4db63ca71
@ -79,9 +79,10 @@ It is defined as:
|
|||||||
@code
|
@code
|
||||||
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 \ref cv::_InputArray is a class that can be constructed from \ref cv::Mat, \ref cv::Mat_<T>,
|
||||||
`std::vector<T>`, `std::vector<std::vector<T> >`, `std::vector<Mat>`, `std::vector<Mat_<T> >`,
|
\ref cv::Matx<T, m, n>, std::vector<T>, std::vector<std::vector<T>>, std::vector<Mat>,
|
||||||
`UMat`, `std::vector<UMat>` or `double`. It can also be constructed from a matrix expression.
|
std::vector<Mat_<T>>, \ref cv::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:
|
||||||
|
Loading…
Reference in New Issue
Block a user