OpenCV
5.0.0-pre
Open Source Computer Vision
|
Queued streaming pipeline source. More...
#include <opencv2/gapi/streaming/queue_source.hpp>
Public Types | |
using | Meta = decltype(cv::descr_of(T{})) |
Public Types inherited from cv::gapi::wip::IStreamSource | |
using | Ptr = std::shared_ptr< IStreamSource > |
Public Member Functions | |
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 () |
Queued streaming pipeline source.
using cv::gapi::wip::QueueSource< T >::Meta = decltype(cv::descr_of(T{})) |
|
inlineexplicit |
|
inline |