文件名称:VC-capture-AVI-files
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [WORD]
- 上传时间:
- 2014-11-18
- 文件大小:
- 5kb
- 下载次数:
- 0次
- 提 供 者:
- 刘*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
在使用API函数操作AVI文件时,一定要注意用AVIFileInit()来初始化AVI库,程序结束时用AVIFileExit()释放AVI库,否则API函数无法使用。现以操作包含真彩色图像的AVI文件为例,给出Cavi类的部分函数的具体实现,其中CaviCreate()函数用于读取AVI文件信息并初始化Cavi类的成员,例如根据AVI文件信息定义每帧图像的宽、高、每帧图像的信息头结构等等;函数AviRead(int mfr a me)用于从AVI文件中读取第mfr a me帧。-When using API functions to manipulate AVI file, be sure to pay attention to AVIFileInit () to initialize AVI library, with AVIFileExit at the end of the program () to release AVI library API functions can not be used otherwise. AVI files are in operation contains true color images, for example, give a specific realization of the function class Cavi, wherein () such as information of each function is defined by the AVI file is an AVI file used for reading information, and initialization of member Cavi class, CaviCreate fr a me image width, height, each fr a me of the image information of the first structure and the like function AviRead (int mfr a me) for reading the fr a mes the first mfr a me AVI file.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
利用VC实现AVI文件的图像截取.doc