OpenCV  4.5.4
Open Source Computer Vision
Classes | Namespaces | Functions | Variables
meta.hpp File Reference
#include <opencv2/gapi/gopaque.hpp>
#include <opencv2/gapi/gcall.hpp>
#include <opencv2/gapi/gkernel.hpp>
#include <opencv2/gapi/gtype_traits.hpp>

Classes

struct  cv::gapi::streaming::detail::GMeta
 

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 
 cv::gapi
 
 cv::gapi::streaming
 This namespace contains G-API functions, structures, and symbols related to the Streaming execution mode.
 
 cv::gapi::streaming::detail
 
 cv::gapi::streaming::meta_tag
 

Functions

template<typename T , typename G >
cv::GOpaque< T > cv::gapi::streaming::meta (G g, const std::string &tag)
 
template<typename G >
cv::GOpaque< int64_t > cv::gapi::streaming::seq_id (G g)
 
template<typename G >
cv::GOpaque< int64_t > cv::gapi::streaming::seqNo (G g)
 
template<typename G >
cv::GOpaque< int64_t > cv::gapi::streaming::timestamp (G g)
 

Variables

static constexpr const char * cv::gapi::streaming::meta_tag::seq_id = "org.opencv.gapi.meta.seq_id"
 
static constexpr const char * cv::gapi::streaming::meta_tag::timestamp = "org.opencv.gapi.meta.timestamp"