搜索资源列表
cavi
- 可以读取AVI文件,获得其中的bmp图像像素信息-can read AVI file, which was the bmp image pixel information
从avi文件中读视频
- OpenCV读取并显示avi视频文件
AVITest.rar
- 读取AVI文件,获取AVI视频文件的每一帧,并保存为BMP图片
avifileinfo.读取avi文件信息
- 读取avi文件信息,显示文件的信息,如帧率等等。界面有待加强,tells the information of an avi file and shows the main information of the avi file
AVITest
- 基于vc 6.0 mfc的avi文件帧数据读取代码-Based on vc 6.0 mfc read code of frame data
Avi2Mpg
- avi转mpeg格式完整工程源代码,从中可以了解avi文件的读取、解码,以及mpeg的压缩编码。-avi mpeg format switch to full project source code, avi files from which you can learn to read, decode, and mpeg compression coding.
aviinfo
- AVI播放器,用VC++实现对AVI文件的读取操作。-AVIplayer
demo1
- AVI文件读取,每一帧画面形成BMP位图,是一个很好的视频数据采集的例子-AVI file to read, to form each frame BMP bitmap images, is a good example of video data acquisition
AVI
- 读取AVI文件里面的流信息:视频流信息主要有:(1)Total frames (2)Frame rate (3)Codec (4)视频的宽度和高度等。音频信息主要有:(1)音频的格式 (2)单声道还是立体声 (3)采样频率等-Read the AVI file inside the flow information: Video stream information are mainly: (1) Total frames (2) Frame rate (3) Codec (4) video w
OpenCVandAVI
- openCV视频文件读取AVI,然后进行跟踪.openCV视频文件读取AVI,然后进行跟踪-openCV video file to read AVI, and then track. openCV video file to read AVI, and then track the
2-3
- 将一个.avi文件读取,并且显示出来,加入了滑动控制 环境:Visual studio 2008,OPENCV2.0-An. Avi file to read, and the show, joined the sliding control Environment: Visual studio 2008, OPENCV2.0
avi
- 帧差法识别运动并描述运动物体轮廓。物体可从摄像头或视频文件中读取。-Frame difference method identify and describe the moving object contour movement. Objects from the camera or video file to read.
avi
- 1、读取AVI文件中的BMP文件;2、读取指定文件夹下的bmp文件;3、将文件夹下的bmp文件与AVI中的BMP合成,最后生成新的AVI文件。-1, read the AVI file BMP file 2, under the specified folder to read bmp file 3, the folder' s bmp files in BMP and AVI synthesis, and finally generate a new AVI file.
Lesson35avi
- opengl nehe AVI 文件读取方法,源代码,需要的可以下载-opengl nehe s AVI programming method
avi
- avi处理程序,可以读取AVI文件进行播放,并可对AVI文件进行黑白化和镜像处理,可以将AVI文件转化为BMP文件,并且可以将序列BMP文件转化为avi文件-avi handler can read the AVI file playback, and AVI files on the black and white and mirror processing AVI files can be converted to BMP files, and the sequence of BMP fil
Read-AVI-Example
- labview读取 播放AVI文件,可控制进度,实现自动流畅播放-LabVIEW reads the play AVI file, you can control the progress of automatic smooth playback
VideoDetect
- 运动图像检测,程序包含AVI文件读取、MeanShift、重心求解等算法,用MFC编写,修改方便,可以运行-Moving image detection, program contains a AVI file read, MeanShift, barycenter algorithm, with MFC prepared, easy to modify, can run
VC-capture-AVI-files
- 在使用API函数操作AVI文件时,一定要注意用AVIFileInit()来初始化AVI库,程序结束时用AVIFileExit()释放AVI库,否则API函数无法使用。现以操作包含真彩色图像的AVI文件为例,给出Cavi类的部分函数的具体实现,其中CaviCreate()函数用于读取AVI文件信息并初始化Cavi类的成员,例如根据AVI文件信息定义每帧图像的宽、高、每帧图像的信息头结构等等;函数AviRead(int mFrame)用于从AVI文件中读取第mFrame帧。-When using A
AVI
- 从摄像头得到视频流,从中任意选取5帧,保存成图像文件 2.从AVI文件读取视频,从中任意选取5帧,保存成图像文件 3.从摄像头得到视频流,在指定的窗口内实时显示该视频 4. 读取一jpg文件,对其旋转、缩放,然后显示出来 -Get a video stream a camera, which arbitrarily selected five, save it as an image file 2. Read the video AVI files, arbitrarily
视频读取-播放-存储操作程序
- 将视频文件转化为单帧图片,并转化为mat文件,可进行编辑,再转化为单帧图片,再转化为视频。(Convert video files to single frame pictures)