OpenCV  5.0.0-pre
Open Source Computer Vision
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations | Functions
gframe.hpp File Reference
#include <ostream>
#include <memory>
#include <opencv2/gapi/opencv_includes.hpp>
#include <opencv2/gapi/gcommon.hpp>
#include <opencv2/gapi/gmat.hpp>
#include <opencv2/gapi/own/assert.hpp>
Include dependency graph for gframe.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  cv::GFrame
 GFrame class represents an image or media frame in the graph. More...
 
struct  cv::GFrameDesc
 

Namespaces

namespace  cv
 "black box" representation of the file storage associated with a file on disk.
 

Enumerations

enum class  cv::MediaFormat : int {
  cv::BGR = 0 ,
  cv::NV12 ,
  cv::GRAY
}
 

Functions

GFrameDesc cv::descr_of (const MediaFrame &frame)
 
static GFrameDesc cv::empty_gframe_desc ()
 
std::ostream & cv::operator<< (std::ostream &os, const cv::GFrameDesc &desc)