OpenCV  4.10.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 >

排队流式传输管道源。

成员类型定义文档

◆ 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)
inline
此函数的调用图

此类的文档是从以下文件生成的