OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
cv::gapi::wip::QueueSource< T > 類模板參考final

佇列化流式管道源。 更多...

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

cv::gapi::wip::QueueSource< T > 的協作圖

公共型別

using Meta = decltype(cv::descr_of(T{}))
 
- 從 cv::gapi::wip::IStreamSource 繼承的公共型別
using Ptr = std::shared_ptr<IStreamSource>
 

公共成員函式

 QueueSource (Meta m)
 
void push (T t)
 
- 從 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)
 
- 從 cv::gapi::wip::IStreamSource 繼承的公共成員函式
virtual ~IStreamSource ()=default
 
Ptr ptr ()
 

詳細描述

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

佇列化流式管道源。

成員 Typedef 文件

◆ 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
此函式的呼叫圖如下

該類的文件由以下檔案生成