搜索资源列表
cvuse
- 使用opencv,将一个视频文件分割成多张图片。 特点:按帧提取,每帧保存为多张图片。 保存时,原来的格式是全彩的,同时转化并保存全彩图片对应的黑白图片和二值化图片。这三类图片分别存放在默认目录的video background foreground中。默认的视频文件名为默认目录下的ci.avi
AVITOBMP.rar
- 对未压缩的AVI视频文件进行解压,提取出所有帧,并将每帧保存为BMP图像格式.,For uncompressed AVI video files to extract, extract all the frames, each frame and save it as a BMP image format.
avitoavi
- avi视频提取出书帧图像,然后对图像进行处理,经过处理后的图像帧再写成另一段的avi视频。-avi video video frame extracted, processed image frame, and then the images will be referred to the district into another frame of video avi.
keyFrame
- 从avi格式的视频中提取bmp格式的关键帧,以达到压缩空间的效果。-Avi video format from bmp format to extract the key frames to achieve the effect of compressed space.
84170526vcppavi
- AVI媒体视频播放器.可以对一帧图像进行提取.快放,查看前一帧,后一帧.等多种功能-AVI Media video player. Can be extracted on a frame. Quick release, see the previous frame, the latter frame. And many other features
AVI_Extractor
- vb编写的从avi中提取帧的程序。可以选择显示任意一帧。-vb prepared to extract frames from avi program. You can choose to display any one.
video
- Opencv对AVI视频进行每帧的提取代码-OpenCV AVI video per frame extraction code
视频帧的提取
- 实在VC++软件环境下的程序,可以将AVI视频文件转换成BMP格式的图片!可以成功运行!