OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
container_avi.private.hpp 文件参考
#include "opencv2/core/types.hpp"
#include <deque>
#include <vector>
#include <string>
#include <memory>
container_avi.private.hpp 的包含依赖图

类  cv::AVIReadContainer
 
类  cv::AVIWriteContainer
 

命名空间

命名空间  cv
 

类型定义

typedef frame_list::iterator cv::frame_iterator
 
typedef std::deque< std::pair< uint64_t, uint32_t > > cv::frame_list
 

枚举

枚举  {
  cv::COLORSPACE_GRAY =0 ,
  cv::COLORSPACE_RGBA =1 ,
  cv::COLORSPACE_BGR =2 ,
  cv::COLORSPACE_YUV444P =3
}
 
枚举  cv::Codecs { cv::MJPEG }
 
枚举  cv::StreamType {
  cv::db ,
  cv::dc ,
  cv::pc ,
  cv::wb
}