OpenCV
4.5.0
Open Source Computer Vision
|
#include <opencv2/gapi/gproto.hpp>
Public Member Functions | |
GIOProtoArgs ()=default | |
GIOProtoArgs (const GProtoArgs &args) | |
GIOProtoArgs (GProtoArgs &&args) | |
Public Attributes | |
GProtoArgs | m_args |
Friends | |
template<typename Tg > | |
GIOProtoArgs< Tg > & | operator+= (GIOProtoArgs< Tg > &lhs, const GIOProtoArgs< Tg > &rhs) |
This operator allows to complement the proto vectors at runtime. More... | |
|
default |
|
inlineexplicit |
|
inlineexplicit |
|
friend |
This operator allows to complement the proto vectors at runtime.
It's an ordinary overload of addition assignment operator.
Example of usage:
GProtoArgs cv::GIOProtoArgs< Tag >::m_args |