搜索资源列表
aviTobmp
- 读取AVI文件的格式信息,然后将AVI动画分解为BMP图像,
CAMERA_CAPTRUE
- Delphi编程控制摄像头,带图像捕获和视频录制,生成AVI文件,可以在上面加自己的图像算法
AVI2MPEG
- 此源程序的功能主要是将AVI文件变为MPEG文件,其中涉及到视频图像编码等,用C++开发的.
Machine_vision_algorithm
- 机器视觉分析相关算法,具体实现为,AVI文件的图像截!
videoTrack(BMPAVITransfer)
- 改源码在VC6.0环境下编译通过。实现的功能是:首先可以将一个AVI文件的所有帧图像提取出来,并以bmp的形式保存在一个文件夹中;其次可以将一个bmp文件夹中的所有图像合成一个AVI文件,并可以根据用户的输入数据控制AVI文件的播放速度。
AForgeMotion
- 本文实现了在连续视频数据流中几种不同的运动检测算法,他们都是基于当前帧图像和前一帧图像的比较,程序使用了AForge.NET framework库。其中的示例代码支持下面几种视频格式:AVI文件、网路相机的JPEG和MJPEG,本地的采集设备(USB相机等)。
pp
- 利用vc++实现avi文件图像截取,avi图像即视屏图像-Use vc++ Achieve avi file image capture, avi video image that is, images
savejpgtoavi
- 将由图像采集卡采集到的图片序列存为AVI文件。-Image acquisition card will be collected from the picture sequence saved as AVI files.
demo1
- AVI文件读取,每一帧画面形成BMP位图,是一个很好的视频数据采集的例子-AVI file to read, to form each frame BMP bitmap images, is a good example of video data acquisition
ImageCapture
- 这篇文章介绍怎么从AVI文件中截取一幅图像,里面是C++程序-This article describes how intercept from the AVI file image, which is a C++ program
Visual_C_plusplus_resource
- 利用Visual C++来实现对AVI文件和图像进行截取操作,可以学习一下-Visual C++ implementation using AVI files, and image capture
EyeDetect
- VC6.0编译通过,图像采集支持usb摄像头,也可以读avi文件,图像采集和显示都直接用的openCV的库,需要的dll已放在压缩包中,不过用于人眼定位的模板库由于过大,没有上传,需同学们自行加载,放到release下的EyeDatabase目录即可。-VC6.0 compiler, support for usb camera image capture, you can read avi files, image acquisition and display are directly us
VCPPtuxing-chuli
- 主要是利用VC++实现AVI视频图像的截取处理,关键是从AVI文件中获取具体某一帧的图像数据信息。-Mainly using VC++ to achieve the interception of AVI video image processing, the key is from the AVI file for specific information on a frame of image data.
AvitoFrame
- 读取一个AVI文件,将AVI文件转为多个单帧图像,保存在当前目录下-Read an AVI file, AVI file into multiple single-frame images stored in the current directory...
zhongzhi
- 把avi文件分成帧后,将前100帧进行中值滤波,得到图像的背景-The avi file into the frame, will be 100 frames before by median filtering, get the background image
BMPViewer222
- 24位BMP图象的读入与显示 BMP图象的读取 使用C语言对BMP图象进行读取和显示 将BMP图象内容写入到AVI文件中去 简单的可操作8位和24位bmp位图的图像类 图象处理程序, 能把16位或24位等图象转化为8位 bmp图象处理类,实现了bmp图象的读写操作-24 BMP images read into and display
AVIToBMP
- AVI 转 BMP 图像源代码,把AVI文件分解成为n张BMP图片!-AVI to BMP image source code, the AVI file is broken down into n sheets BMP picture!
avi2pic
- 将avi文件转换为一帧一帧的bmp图像,存储在pic文件夹下-convert avi to bmp, and save them under document pic
AVI-VCPP
- 本文详细的解析了AVI文件的存储结构,介绍了微软提供的用来操作AVI文件的一组API使用方法,并通过例子代码,演示了如何将一组静态Bmp图片合成一个avi视频文件以及如何将一个avi视频文件解析保存为一系列的bmp图像文件。-In this paper, a detailed analysis of the AVI file storage structure, describes the use of a set of API provided by Microsoft for operati
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