OpenCV  4.10.0
开源计算机视觉库
正在加载...
正在搜索...
无匹配项
| 命名空间 | 类型定义 | 枚举
gtype_traits.hpp 文件参考
#include <vector>
#include <type_traits>
#include <opencv2/gapi/gmat.hpp>
#include <opencv2/gapi/gscalar.hpp>
#include <opencv2/gapi/garray.hpp>
#include <opencv2/gapi/gopaque.hpp>
#include <opencv2/gapi/gframe.hpp>
#include <opencv2/gapi/streaming/source.hpp>
#include <opencv2/gapi/media.hpp>
#include <opencv2/gapi/gcommon.hpp>
#include <opencv2/gapi/util/util.hpp>
#include <opencv2/gapi/own/convert.hpp>
gtype_traits.hpp 的包含依赖图
此图形显示直接或间接包含此文件的那些文件

struct  cv::detail::contains_shape_field< typename, typename >
 
struct  cv::detail::contains_shape_field< TaggedTypeCandidate, void_t< decltype(TaggedTypeCandidate::shape)> >
 
struct  cv::detail::GObtainCtor< T >
 
struct  cv::detail::GTypeOf< U >
 
struct  cv::detail::GTypeOf< cv::gapi::wip::IStreamSource::Ptr >
 
struct  cv::detail::GTypeOf< cv::Mat >
 
struct  cv::detail::GTypeOf< cv::MediaFrame >
 
struct  cv::detail::GTypeOf< cv::RMat >
 
struct  cv::detail::GTypeOf< cv::Scalar >
 
struct  cv::detail::GTypeOf< cv::UMat >
 
struct  cv::detail::GTypeOf< std::vector< U > >
 
struct  cv::detail::GTypeTraits< T >
 
struct  cv::detail::GTypeTraits< cv::GArray< T > >
 
struct  cv::detail::GTypeTraits< cv::GFrame >
 
struct  cv::detail::GTypeTraits< cv::GMat >
 
struct  cv::detail::GTypeTraits< cv::GMatP >
 
struct  cv::detail::GTypeTraits< cv::GOpaque< T > >
 
struct  cv::detail::GTypeTraits< cv::GScalar >
 
struct  cv::detail::has_custom_wrap< T >
 
struct  cv::detail::has_gshape< Type >
 
struct  cv::detail::WrapValue< T, Custom >
 

命名空间

namespace  cv
 表示与磁盘上的文件关联的文件存储的“黑盒”表示形式。
 
namespace  cv::detail
 

类型定义

template<class T >
using cv::detail::g_type_of_t = typename GTypeOf< T >::type
 
using cv::detail::HostCtor = util::variant< util::monostate, detail::ConstructVec, detail::ConstructOpaque >
 
模板<类型名称 T >
using cv::detail::wrap_gapi_helper = WrapValue< typename std::decay< T >::类型 >
 
模板<类型名称 T >
using cv::detail::wrap_host_helper = WrapValue< typename std::decay< g_type_of_t< T > >::类型 >
 

枚举

枚举类  cv::detail::ArgKind : int {
  cv::detail::OPAQUE_VAL ,
  cv::detail::GOBJREF ,
  cv::detail::GMAT ,
  cv::detail::GMATP ,
  cv::detail::GFRAME ,
  cv::detail::GSCALAR ,
  cv::detail::GARRAY ,
  cv::detail::GOPAQUE
}