This type is very similar to InputArray except that it is used for input/output and output function parameters.
More...
|
| _OutputArray () |
|
| _OutputArray (int _flags, void *_obj) |
|
| _OutputArray (Mat &m) |
|
| _OutputArray (std::vector< Mat > &vec) |
|
| _OutputArray (cuda::GpuMat &d_mat) |
|
| _OutputArray (std::vector< cuda::GpuMat > &d_mat) |
|
| _OutputArray (ogl::Buffer &buf) |
|
| _OutputArray (cuda::HostMem &cuda_mem) |
|
template<typename _Tp > |
| _OutputArray (cudev::GpuMat_< _Tp > &m) |
|
template<typename _Tp > |
| _OutputArray (std::vector< _Tp > &vec) |
|
| _OutputArray (std::vector< bool > &vec)=delete |
|
template<typename _Tp > |
| _OutputArray (std::vector< std::vector< _Tp > > &vec) |
|
| _OutputArray (std::vector< std::vector< bool > > &)=delete |
|
template<typename _Tp > |
| _OutputArray (std::vector< Mat_< _Tp > > &vec) |
|
template<typename _Tp > |
| _OutputArray (Mat_< _Tp > &m) |
|
template<typename _Tp > |
| _OutputArray (_Tp *vec, int n) |
|
template<typename _Tp , int m, int n> |
| _OutputArray (Matx< _Tp, m, n > &matx) |
|
| _OutputArray (UMat &m) |
|
| _OutputArray (std::vector< UMat > &vec) |
|
| _OutputArray (const Mat &m) |
|
| _OutputArray (const std::vector< Mat > &vec) |
|
| _OutputArray (const cuda::GpuMat &d_mat) |
|
| _OutputArray (const std::vector< cuda::GpuMat > &d_mat) |
|
| _OutputArray (const ogl::Buffer &buf) |
|
| _OutputArray (const cuda::HostMem &cuda_mem) |
|
template<typename _Tp > |
| _OutputArray (const cudev::GpuMat_< _Tp > &m) |
|
template<typename _Tp > |
| _OutputArray (const std::vector< _Tp > &vec) |
|
template<typename _Tp > |
| _OutputArray (const std::vector< std::vector< _Tp > > &vec) |
|
template<typename _Tp > |
| _OutputArray (const std::vector< Mat_< _Tp > > &vec) |
|
template<typename _Tp > |
| _OutputArray (const Mat_< _Tp > &m) |
|
template<typename _Tp > |
| _OutputArray (const _Tp *vec, int n) |
|
template<typename _Tp , int m, int n> |
| _OutputArray (const Matx< _Tp, m, n > &matx) |
|
| _OutputArray (const UMat &m) |
|
| _OutputArray (const std::vector< UMat > &vec) |
|
template<typename _Tp , std::size_t _Nm> |
| _OutputArray (std::array< _Tp, _Nm > &arr) |
|
template<typename _Tp , std::size_t _Nm> |
| _OutputArray (const std::array< _Tp, _Nm > &arr) |
|
template<std::size_t _Nm> |
| _OutputArray (std::array< Mat, _Nm > &arr) |
|
template<std::size_t _Nm> |
| _OutputArray (const std::array< Mat, _Nm > &arr) |
|
void | assign (const UMat &u) const |
|
void | assign (const Mat &m) const |
|
void | assign (const std::vector< UMat > &v) const |
|
void | assign (const std::vector< Mat > &v) const |
|
void | clear () const |
|
void | create (Size sz, int type, int i=-1, bool allowTransposed=false, _OutputArray::DepthMask fixedDepthMask=static_cast< _OutputArray::DepthMask >(0)) const |
|
void | create (int rows, int cols, int type, int i=-1, bool allowTransposed=false, _OutputArray::DepthMask fixedDepthMask=static_cast< _OutputArray::DepthMask >(0)) const |
|
void | create (int dims, const int *size, int type, int i=-1, bool allowTransposed=false, _OutputArray::DepthMask fixedDepthMask=static_cast< _OutputArray::DepthMask >(0)) const |
|
void | createSameSize (const _InputArray &arr, int mtype) const |
|
bool | fixedSize () const |
|
bool | fixedType () const |
|
cuda::GpuMat & | getGpuMatRef () const |
|
std::vector< cuda::GpuMat > & | getGpuMatVecRef () const |
|
cuda::HostMem & | getHostMemRef () const |
|
Mat & | getMatRef (int i=-1) const |
|
ogl::Buffer & | getOGlBufferRef () const |
|
UMat & | getUMatRef (int i=-1) const |
|
bool | needed () const |
|
void | release () const |
|
void | setTo (const _InputArray &value, const _InputArray &mask=_InputArray()) const |
|
| _InputArray () |
|
| _InputArray (int _flags, void *_obj) |
|
| _InputArray (const Mat &m) |
|
| _InputArray (const MatExpr &expr) |
|
| _InputArray (const std::vector< Mat > &vec) |
|
template<typename _Tp > |
| _InputArray (const Mat_< _Tp > &m) |
|
template<typename _Tp > |
| _InputArray (const std::vector< _Tp > &vec) |
|
| _InputArray (const std::vector< bool > &vec) |
|
template<typename _Tp > |
| _InputArray (const std::vector< std::vector< _Tp > > &vec) |
|
| _InputArray (const std::vector< std::vector< bool > > &)=delete |
|
template<typename _Tp > |
| _InputArray (const std::vector< Mat_< _Tp > > &vec) |
|
template<typename _Tp > |
| _InputArray (const _Tp *vec, int n) |
|
template<typename _Tp , int m, int n> |
| _InputArray (const Matx< _Tp, m, n > &matx) |
|
| _InputArray (const double &val) |
|
| _InputArray (const cuda::GpuMat &d_mat) |
|
| _InputArray (const std::vector< cuda::GpuMat > &d_mat_array) |
|
| _InputArray (const ogl::Buffer &buf) |
|
| _InputArray (const cuda::HostMem &cuda_mem) |
|
template<typename _Tp > |
| _InputArray (const cudev::GpuMat_< _Tp > &m) |
|
| _InputArray (const UMat &um) |
|
| _InputArray (const std::vector< UMat > &umv) |
|
template<typename _Tp , std::size_t _Nm> |
| _InputArray (const std::array< _Tp, _Nm > &arr) |
|
template<std::size_t _Nm> |
| _InputArray (const std::array< Mat, _Nm > &arr) |
|
| ~_InputArray () |
|
int | channels (int i=-1) const |
|
int | cols (int i=-1) const |
|
void | copyTo (const _OutputArray &arr) const |
|
void | copyTo (const _OutputArray &arr, const _InputArray &mask) const |
|
int | depth (int i=-1) const |
|
int | dims (int i=-1) const |
|
bool | empty () const |
|
int | getFlags () const |
|
cuda::GpuMat | getGpuMat () const |
|
void | getGpuMatVector (std::vector< cuda::GpuMat > &gpumv) const |
|
Mat | getMat (int idx=-1) const |
|
Mat | getMat_ (int idx=-1) const |
|
void | getMatVector (std::vector< Mat > &mv) const |
|
void * | getObj () const |
|
ogl::Buffer | getOGlBuffer () const |
|
Size | getSz () const |
|
UMat | getUMat (int idx=-1) const |
|
void | getUMatVector (std::vector< UMat > &umv) const |
|
bool | isContinuous (int i=-1) const |
|
bool | isGpuMat () const |
|
bool | isGpuMatVector () const |
|
bool | isMat () const |
|
bool | isMatVector () const |
|
bool | isMatx () const |
|
bool | isSubmatrix (int i=-1) const |
|
bool | isUMat () const |
|
bool | isUMatVector () const |
|
bool | isVector () const |
|
_InputArray::KindFlag | kind () const |
|
size_t | offset (int i=-1) const |
|
int | rows (int i=-1) const |
|
bool | sameSize (const _InputArray &arr) const |
|
Size | size (int i=-1) const |
|
int | sizend (int *sz, int i=-1) const |
|
size_t | step (int i=-1) const |
|
size_t | total (int i=-1) const |
|
int | type (int i=-1) const |
|
This type is very similar to InputArray except that it is used for input/output and output function parameters.
Just like with InputArray, OpenCV users should not care about OutputArray, they just pass Mat
, vector<T>
etc. to the functions. The same limitation as for InputArray
: Do not explicitly create OutputArray instances applies here too.
If you want to make your function polymorphic (i.e. accept different arrays as output parameters), it is also not very difficult. Take the sample above as the reference. Note that _OutputArray::create() needs to be called before _OutputArray::getMat(). This way you guarantee that the output array is properly allocated.
Optional output parameters. If you do not need certain output array to be computed and returned to you, pass cv::noArray(), just like you would in the case of optional input array. At the implementation level, use _OutputArray::needed() to check if certain output array needs to be computed or not.
There are several synonyms for OutputArray that are used to assist automatic Python/Java/... wrapper generators: