OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
gframe.hpp 文件参考
#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>
gframe.hpp 的包含依赖关系图
此图显示了直接或间接包含此文件的文件。

类  cv::GFrame
 GFrame 类表示图中的图像或媒体帧。 更多…
 
结构体  cv::GFrameDesc
 

命名空间

命名空间  cv
 

枚举

枚举类  cv::MediaFormat : int {
  cv::BGR = 0 ,
  cv::NV12 ,
  cv::GRAY
}
 

函数

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