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
此函数的调用图如下

该类的文档由以下文件生成