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

/external/opencv3/modules/core/include/opencv2/core/
H A Dmat.hpp90 multiple types, you can use InputArray (or OutputArray) for the respective parameters. Inside
110 void myAffineTransform(InputArray _src, OutputArray _dst, InputArray _m)
241 Just like with InputArray, OpenCV users should not care about OutputArray, they just pass `Mat`,
243 create OutputArray instances* applies here too.
255 There are several synonyms for OutputArray that are used to assist automatic Python/Java/... wrapper
258 typedef OutputArray OutputArrayOfArrays;
259 typedef OutputArray InputOutputArray;
260 typedef OutputArray InputOutputArrayOfArrays;
373 typedef const _OutputArray& OutputArray; typedef in namespace:cv
374 typedef OutputArray OutputArrayOfArray
[all...]

Completed in 196 milliseconds