OpenCV 4.10.0
开源计算机视觉
|
#include <opencv2/gapi/gproto.hpp>
公共成员函数 | |
GIOProtoArgs ()=default | |
GIOProtoArgs (const GProtoArgs &args) | |
GIOProtoArgs (GProtoArgs &&args) | |
公共属性 | |
GProtoArgs | m_args |
友元 | |
template<typename Tg > | |
GIOProtoArgs< Tg > & | operator+= (GIOProtoArgs< Tg > &lhs, const GIOProtoArgs< Tg > &rhs) |
此运算符允许在运行时补充 proto 向量。 | |
|
default |
|
inlineexplicit |
|
inlineexplicit |
|
friend |
此运算符允许在运行时补充 proto 向量。
这是加法赋值运算符的普通重载。
使用示例
GProtoArgs cv::GIOProtoArgs< Tag >::m_args |