OpenCV 4.13.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
gopaque.hpp ファイル
#include <functional>
#include <ostream>
#include <memory>
#include <opencv2/gapi/own/exports.hpp>
#include <opencv2/gapi/opencv_includes.hpp>
#include <opencv2/gapi/util/any.hpp>
#include <opencv2/gapi/util/variant.hpp>
#include <opencv2/gapi/util/throw.hpp>
#include <opencv2/gapi/util/type_traits.hpp>
#include <opencv2/gapi/own/assert.hpp>
#include <opencv2/gapi/gcommon.hpp>
#include <opencv2/gapi/garray.hpp>
Include dependency graph for gopaque.hpp:
This graph shows which files directly or indirectly include this file:

クラス

class  cv::detail::BasicOpaqueRef
 
class  cv::GOpaque< T >
 cv::GOpaque<T>テンプレートクラスは、グラフ内のクラスTのオブジェクトを表す。 続きを読む...
 
struct  cv::GOpaqueDesc
 
class  cv::detail::GOpaqueU
 
class  cv::detail::OpaqueRef
 
class  cv::detail::OpaqueRefT< T >
 

名前空間

namespace  cv
 
namespace  cv::detail
 

型定義

using cv::detail::ConstructOpaque = std::function<void(OpaqueRef&)>
 

関数

template<typename U >
GOpaqueDesc cv::descr_of (const U &)
 
GOpaqueDesc cv::empty_gopaque_desc ()
 
std::ostream & cv::operator<< (std::ostream &os, const cv::GOpaqueDesc &desc)