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

クラス

class  cv::detail::BasicVectorRef
 
struct  cv::detail::flatten_g< T >
 
struct  cv::detail::flatten_g< cv::GMat >
 
struct  cv::detail::flatten_g< cv::GScalar >
 
class  cv::GArray< T >
 cv::GArray<T>テンプレートクラスは、グラフ内のクラスTのオブジェクトのリストを表す。 続きを読む...
 
struct  cv::GArrayDesc
 
class  cv::detail::GArrayU
 
struct  cv::detail::TypeHint< T >
 
struct  cv::detail::TypeHintBase
 
class  cv::detail::VectorRef
 
class  cv::detail::VectorRefT< T >
 

名前空間

namespace  cv
 
namespace  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