OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
gmetaarg.hpp 檔案參考
#include <vector>
#include <type_traits>
#include <opencv2/gapi/util/util.hpp>
#include <opencv2/gapi/util/variant.hpp>
#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>
gmetaarg.hpp 的包含依賴關係圖
此圖顯示了直接或間接包含此檔案的檔案

結構體  cv::detail::is_meta_descr< T >
 
結構體  cv::detail::is_meta_descr< GArrayDesc >
 
結構體  cv::detail::is_meta_descr< GMatDesc >
 
結構體  cv::detail::is_meta_descr< GOpaqueDesc >
 
結構體  cv::detail::is_meta_descr< GScalarDesc >
 

名稱空間

名稱空間  cv
 
名稱空間  cv::detail
 
名稱空間  cv::gapi
 
名稱空間  cv::gapi::own
 此名稱空間包含 G-API 自身的資料結構,用於其獨立模式構建。
 

型別定義

template<typename... Ts>
using cv::detail::are_meta_descrs = all_satisfy<is_meta_descr, Ts...>
 
template<typename... Ts>
using cv::detail::are_meta_descrs_but_last = all_satisfy<is_meta_descr, typename all_but_last<Ts...>::type>
 
using cv::GMetaArg
 
using cv::GMetaArgs = std::vector<GMetaArg>
 

函式

cv::GMetaArgs cv::descrs_of (const std::vector< cv::Mat > &vec)
 
cv::GMetaArgs cv::descrs_of (const std::vector< cv::UMat > &vec)
 
cv::GMetaArgs cv::gapi::own::descrs_of (const std::vector< Mat > &vec)
 
std::ostream & cv::operator<< (std::ostream &os, const GMetaArg &)