OpenCV  4.10.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)
 
static GFrameDesc cv::empty_gframe_desc ()
 
std::ostream & cv::operator<< (std::ostream &os, const cv::GFrameDesc &desc)