OpenCV 4.11.0
开源计算机视觉
加载中...
搜索中...
无匹配项
cv::IStreamReader 类参考抽象类

读取数据流接口。 更多...

#include <opencv2/videoio.hpp>

cv::IStreamReader 的协作图

公共成员函数

虚函数 ~IStreamReader ()
 
虚函数 long long read (char *buffer, long long size)=0
 从流中读取字节。
 
虚函数 long long seek (long long offset, int origin)=0
 设置流位置。
 

详细描述

读取数据流接口。

构造函数和析构函数文档

◆ ~IStreamReader()

virtual cv::IStreamReader::~IStreamReader ( )
虚函数

成员函数文档

◆ read()

virtual long long cv::IStreamReader::read ( char * buffer,
long long size )
纯虚函数

从流中读取字节。

cv::PluginStreamReader 中实现。

◆ seek()

virtual long long cv::IStreamReader::seek ( long long offset,
int origin )
纯虚函数

设置流位置。

参数
offset查找偏移量
originSEEK_SET / SEEK_END / SEEK_CUR
参见
fseek

cv::PluginStreamReader 中实现。


此类的文档是从以下文件生成的