OpenCV 4.11.0
开源计算机视觉库
加载中...
搜索中...
无匹配项
gcommon.hpp 文件参考
#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>
gcommon.hpp 的包含依赖图
此图显示直接或间接包含此文件的文件。

结构体  cv::detail::CompileArgTag< cv::graph_dump_path >
 
结构体  cv::detail::CompileArgTag< cv::use_threaded_executor >
 
结构体  cv::GCompileArg
 表示任意编译参数。更多...
 
结构体  cv::detail::GOpaqueTraits< T >
 
结构体  cv::detail::GOpaqueTraits< bool >
 
结构体  cv::detail::GOpaqueTraits< cv::gapi::wip::draw::Prim >
 
结构体  cv::detail::GOpaqueTraits< cv::GMat >
 
结构体  cv::detail::GOpaqueTraits< cv::Mat >
 
结构体  cv::detail::GOpaqueTraits< cv::Point >
 
结构体  cv::detail::GOpaqueTraits< cv::Point2f >
 
结构体  cv::detail::GOpaqueTraits< cv::Point3f >
 
结构体  cv::detail::GOpaqueTraits< cv::Rect >
 
结构体  cv::detail::GOpaqueTraits< cv::Scalar >
 
结构体  cv::detail::GOpaqueTraits< cv::Size >
 
结构体  cv::detail::GOpaqueTraits< double >
 
结构体  cv::detail::GOpaqueTraits< float >
 
结构体  cv::detail::GOpaqueTraits< int64_t >
 
结构体  cv::detail::GOpaqueTraits< std::string >
 
结构体  cv::detail::GOpaqueTraits< uint64_t >
 
结构体  cv::graph_dump_path
 要求 G-API 以 Graphviz 格式将编译后的图转储到给定文件名下。更多...
 
结构体  std::hash< cv::GShape >
 
结构体  cv::detail::KernelTag
 
结构体  cv::detail::TransformTag
 
结构体  cv::use_threaded_executor
 cv::GComputation 通过cv::GComputation::compile 方法编译时,要求 G-API 使用线程执行器。更多...
 
结构体  cv::gapi::s11n::detail::wrap_serialize< T >
 

命名空间

命名空间  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>
 

枚举

枚举类  cv::GShape : int {
  cv::GMAT ,
  cv::GSCALAR ,
  cv::GARRAY ,
  cv::GOPAQUE ,
  cv::GFRAME
}
 
枚举类  cv::detail::OpaqueKind : int {
  cv::detail::CV_UNKNOWN ,
  cv::detail::CV_BOOL ,
  cv::detail::CV_INT ,
  cv::detail::CV_INT64 ,
  cv::detail::CV_DOUBLE ,
  cv::detail::CV_FLOAT ,
  cv::detail::CV_UINT64 ,
  cv::detail::CV_STRING ,
  cv::detail::CV_POINT ,
  cv::detail::CV_POINT2F ,
  cv::detail::CV_POINT3F ,
  cv::detail::CV_SIZE ,
  cv::detail::CV_RECT ,
  cv::detail::CV_SCALAR ,
  cv::detail::CV_MAT ,
  cv::detail::CV_DRAW_PRIM
}
 

函数

模板<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::GCompileArgscv::operator+= (cv::GCompileArgs &lhs, const cv::GCompileArgs &rhs)