![]() |
OpenCV 4.11.0
开源计算机视觉库
|
#include <functional>#include <vector>#include <type_traits>#include <opencv2/gapi/opencv_includes.hpp>#include <opencv2/gapi/util/any.hpp>#include <opencv2/gapi/util/optional.hpp>#include <opencv2/gapi/own/exports.hpp>#include <opencv2/gapi/own/assert.hpp>#include <opencv2/gapi/render/render_types.hpp>#include <opencv2/gapi/s11n/base.hpp>命名空间 | |
| 命名空间 | cv |
| 命名空间 | cv::detail |
| 命名空间 | cv::gapi |
| 命名空间 | cv::gapi::s11n |
| 此命名空间包含 G-API 序列化和反序列化函数以及数据结构。 | |
| 命名空间 | cv::gapi::s11n::detail |
| 命名空间 | std |
| STL 命名空间。 | |
类型定义 | |
| 使用 | cv::GCompileArgs = std::vector<GCompileArg> |
| 使用 | cv::detail::GOpaqueTraitsArrayTypes |
| 使用 | cv::detail::GOpaqueTraitsOpaqueTypes |
| 模板<typename T > | |
| 使用 | cv::detail::is_compile_arg = std::is_same<GCompileArg, typename std::decay<T>::type> |
函数 | |
| 模板<typename... Ts> | |
| GCompileArgs | cv::compile_args (Ts &&... args) |
| 将参数列表(参数包)包装到编译参数向量中(cv::GCompileArg)。 | |
| 模板<typename T > | |
| cv::util::optional< T > | cv::gapi::getCompileArg (const cv::GCompileArgs &args) |
| 从cv::GCompileArgs中按类型检索特定的编译参数。 | |
| cv::GCompileArgs & | cv::operator+= (cv::GCompileArgs &lhs, const cv::GCompileArgs &rhs) |