mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
reverted "typedef _InputArray InputArray", fixed warning from doxygen
This commit is contained in:
@@ -1113,7 +1113,7 @@ void scalarToRawData(const Scalar& s, void* _buf, int type, int unroll_to)
|
||||
Input/Output Array
|
||||
\*************************************************************************************************/
|
||||
|
||||
Mat _InputArray::getMat(int i) const
|
||||
Mat _InputArray::getMat_(int i) const
|
||||
{
|
||||
int k = kind();
|
||||
int accessFlags = flags & ACCESS_MASK;
|
||||
|
||||
Reference in New Issue
Block a user