OpenCV  4.10.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