![]() |
OpenCV 4.12.0
開源計算機視覺
|
#include <opencv2/gapi/gproto.hpp>
公共成員函式 | |
| GIOProtoArgs ()=default | |
| GIOProtoArgs (const GProtoArgs &args) | |
| GIOProtoArgs (GProtoArgs &&args) | |
公共屬性 | |
| GProtoArgs | m_args |
友元 | |
| template<typename Tg > | |
| GIOProtoArgs< Tg > & | operator+= (cv::GIOProtoArgs< Tg > &lhs, const GIOProtoArgs< Tg > &rhs) |
| 此運算子允許在執行時補充 proto 向量。 | |
|
default |
|
inlineexplicit |
|
inlineexplicit |
|
friend |
此運算子允許在執行時補充 proto 向量。
這是加法賦值運算子的普通過載。
使用示例
| GProtoArgs cv::GIOProtoArgs< Tag >::m_args |