OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
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>
Include dependency graph for gmetaarg.hpp:
This graph shows which files directly or indirectly include this file:

クラス

struct  cv::detail::is_meta_descr< T >
 
struct  cv::detail::is_meta_descr< GArrayDesc >
 
struct  cv::detail::is_meta_descr< GMatDesc >
 
struct  cv::detail::is_meta_descr< GOpaqueDesc >
 
struct  cv::detail::is_meta_descr< GScalarDesc >
 

名前空間

namespace  cv
 
namespace  cv::detail
 
namespace  cv::gapi
 
namespace  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 &)