Searched defs:InputArray (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/features2d/src/
H A Dfeature2d.cpp59 void Feature2D::detect( InputArray image,
61 InputArray mask )
101 void Feature2D::compute( InputArray image,
139 void Feature2D::detectAndCompute( InputArray, InputArray, argument
/external/opencv3/modules/core/include/opencv2/core/
H A Dmat.hpp73 typedef const _InputArray& InputArray;
83 InputArray, it means that you can actually pass `Mat`, `Matx`, `vector<T>` etc. (see above the
90 multiple types, you can use InputArray (or OutputArray) for the respective parameters. Inside
95 Here is how you can use a function that takes InputArray :
110 void myAffineTransform(InputArray _src, OutputArray _dst, InputArray _m)
136 InputArray:
138 typedef InputArray InputArrayOfArrays;
238 /** @brief This type is very similar to InputArray except that it is used for input/output and output function
241 Just like with InputArray, OpenC
371 typedef const _InputArray& InputArray; typedef in namespace:cv
[all...]

Completed in 221 milliseconds