![]() |
OpenCV 4.12.0
开源计算机视觉
|
#include <memory>#include <vector>#include <opencv2/gapi/opencv_includes.hpp>#include <opencv2/gapi/own/assert.hpp>#include <opencv2/gapi/util/optional.hpp>#include <opencv2/gapi/garg.hpp>#include <opencv2/gapi/streaming/source.hpp>命名空间 | |
| 命名空间 | cv |
| 命名空间 | cv::detail |
| 命名空间 | cv::gapi |
| 命名空间 | cv::gapi::streaming |
| 此命名空间包含与流式执行模式相关的 G-API 函数、结构和符号。 | |
类型定义 | |
| using | cv::GOptRunArg |
| using | cv::GOptRunArgP |
| using | cv::GOptRunArgs = std::vector<GOptRunArg> |
| using | cv::GOptRunArgsP = std::vector<GOptRunArgP> |
| template<class T > | |
| using | cv::optional = cv::util::optional<T> |
| using | cv::detail::OptionalOpaqueRef = OptRef<cv::detail::OpaqueRef> |
| using | cv::detail::OptionalVectorRef = OptRef<cv::detail::VectorRef> |
函数 | |
| template<typename T , typename... Ts> | |
| GOptRunArgsP | cv::gout (optional< T > &arg, optional< Ts > &... args) |
| template<> | |
| GOptRunArgP | cv::detail::wrap_opt_arg (optional< cv::Mat > &m) |
| template<> | |
| GOptRunArgP | cv::detail::wrap_opt_arg (optional< cv::MediaFrame > &f) |
| template<> | |
| GOptRunArgP | cv::detail::wrap_opt_arg (optional< cv::RMat > &m) |
| template<> | |
| GOptRunArgP | cv::detail::wrap_opt_arg (optional< cv::Scalar > &s) |
| template<typename T > | |
| GOptRunArgP | cv::detail::wrap_opt_arg (optional< std::vector< T > > &arg) |
| template<typename T > | |
| GOptRunArgP | cv::detail::wrap_opt_arg (optional< T > &arg) |