OpenCV 4.13.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
cv::gapi::wip::QueueSource< T > クラステンプレートfinal

キュー付きストリーミングパイプラインソース。 続き...

#include <opencv2/gapi/streaming/queue_source.hpp>

Collaboration diagram for cv::gapi::wip::QueueSource< T >:

公開型

using Meta = decltype(cv::descr_of(T{}))
 
- Public Types inherited from cv::gapi::wip::IStreamSource
using Ptr = std::shared_ptr<IStreamSource>
 

公開メンバ関数

 QueueSource (Meta m)
 
void push (T t)
 
- Public Member Functions inherited from cv::gapi::wip::QueueSourceBase
 QueueSourceBase (const cv::GMetaArg &m)
 
virtual ~QueueSourceBase ()=default
 
virtual GMetaArg descr_of () const override
 
virtual void halt () override
 
virtual bool pull (Data &data) override
 
void push (Data &&data)
 
- Public Member Functions inherited from cv::gapi::wip::IStreamSource
virtual ~IStreamSource ()=default
 
Ptr ptr ()
 

詳細説明

template<class T>
class cv::gapi::wip::QueueSource< T >

キュー付きストリーミングパイプラインソース。

型定義メンバ詳解

◆ Meta

template<class T >
using cv::gapi::wip::QueueSource< T >::Meta = decltype(cv::descr_of(T{}))

構築子と解体子の詳解

◆ QueueSource()

template<class T >
cv::gapi::wip::QueueSource< T >::QueueSource ( Meta m)
inlineexplicit

メンバ関数詳解

◆ push()

template<class T >
void cv::gapi::wip::QueueSource< T >::push ( T t)
inline
この関数の呼び出しグラフ:

このクラス詳解は次のファイルから抽出されました: