OpenCV  4.5.4
Open Source Computer Vision
Classes | Namespaces | Typedefs | Functions
source.hpp File Reference
#include <opencv2/gapi/garg.hpp>
#include <opencv2/gapi/streaming/meta.hpp>
#include <opencv2/gapi/streaming/source.hpp>
#include <opencv2/gapi/streaming/onevpl/cfg_params.hpp>
#include <opencv2/gapi/streaming/onevpl/data_provider_interface.hpp>

Classes

class  cv::gapi::wip::onevpl::GSource
 G-API streaming source based on OneVPL implementation. More...
 

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 
 cv::gapi
 
 cv::gapi::wip
 This namespace contains experimental G-API functionality, functions or structures in this namespace are subjects to change or removal in the future releases. This namespace also contains functions which API is not stabilized yet.
 
 cv::gapi::wip::onevpl
 

Typedefs

using cv::gapi::wip::onevpl::CfgParams = std::vector< CfgParam >
 

Functions

template<class... Args>
cv::Ptr< IStreamSource > cv::gapi::wip::make_onevpl_src (Args &&... args)