OpenCV 4.11.0
开源计算机视觉
加载中...
搜索中...
无匹配项
garray.hpp 文件参考
#include <functional>
#include <ostream>
#include <vector>
#include <memory>
#include <opencv2/gapi/own/exports.hpp>
#include <opencv2/gapi/opencv_includes.hpp>
#include <opencv2/gapi/util/variant.hpp>
#include <opencv2/gapi/util/throw.hpp>
#include <opencv2/gapi/own/assert.hpp>
#include <opencv2/gapi/gmat.hpp>
#include <opencv2/gapi/gscalar.hpp>
garray.hpp 的包含依赖关系图
此图显示了哪些文件直接或间接包含此文件

类 cv::detail::BasicVectorRef
 
结构体 cv::detail::flatten_g< T >
 
结构体 cv::detail::flatten_g< cv::GMat >
 
结构体 cv::detail::flatten_g< cv::GScalar >
 
类 cv::GArray< T >
 cv::GArray<T> 模板类在图中表示类T的对象列表。更多...
 
结构体 cv::GArrayDesc
 
类 cv::detail::GArrayU
 
结构体 cv::detail::TypeHint< T >
 
结构体 cv::detail::TypeHintBase
 
类 cv::detail::VectorRef
 
类 cv::detail::VectorRefT< T >
 

命名空间

命名空间 cv
 
命名空间 cv::detail
 

#define FLATTEN_NS   cv
 

类型定义

using cv::detail::ConstructVec = std::function<void(VectorRef&)>
 

函数

模板<typename U >
GArrayDesc cv::descr_of (const std::vector< U > &)
 
GArrayDesc cv::empty_array_desc ()
 
std::ostream & cv::operator<< (std::ostream &os, const cv::GArrayDesc &desc)
 

宏定义文档

◆ FLATTEN_NS

#define FLATTEN_NS   cv