OpenCV 4.12.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&)>
 

函式

template<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