表示任意編譯引數。 更多...
#include <opencv2/gapi/gcommon.hpp>
表示任意編譯引數。
任何值都可以包裝到 cv::GCompileArg 中,但只有 G-API 或其後端已知的引數才能被正確解釋。
通常不應手動建立此類的物件,請使用 cv::compile_args() 函式,它會自動將傳入的所有內容(可變模板引數包)包裝到 cv::GCompileArg 物件的向量中。
◆ GCompileArg() [1/2]
| cv::GCompileArg::GCompileArg |
( |
| ) |
|
|
default |
◆ GCompileArg() [2/2]
| cv::GCompileArg::GCompileArg |
( |
T && | t | ) |
|
|
inlineexplicit |
◆ get() [1/2]
template<typename T >
| T & cv::GCompileArg::get |
( |
| ) |
|
|
inline |
◆ get() [2/2]
template<typename T >
| const T & cv::GCompileArg::get |
( |
| ) |
const |
|
inline |
◆ serialize()
◆ tag
| std::string cv::GCompileArg::tag |
此結構體的文件由以下檔案生成