搜索资源列表
mode
- 这个算法是关于图像处理的,此算法是在我做乘客计数系统过程中用到的,首先是avi取帧,图像分割,模式识别,模板匹配-this algorithm is on image processing, the algorithm is doing in my passenger counting system used in the process. avi is the first admission frame, image segmentation, pattern recognition, tem
Aviframeproc
- 逐帧读取AVI视频流数据并40ms每帧逐帧显示!供视频图像处理编程参考!比较实用!-read AVI video frame by frame data flow axis and each frame shown frame by frame! Video image processing for programming reference! More practical!
vfw_capture
- 毕业设计的前端工作,从摄像头获取视频流,可以保存为avi格式也可以保存为一个位图,在次基础上捕获一个单帧并显示在图形控件.希望可以为和我当初一样迷茫的同伴提供一丝帮助.-graduation at the forefront of design work, from camera access to video streaming, can be maintained for avi format can be saved as a bitmap. In the second based on
GetFrameFromAVI
- 基于OpenCV的程序,从一个视频中获取你想要的帧。视频文件必须文AVI
avi2im
- 将avi视频图像转换成一帧帧的图像,并将帧图像保存到下级目录中。
shipinzhen
- 提取AVI格式视频文件为一帧一帧的jpg格式图片
simple_bg_subtraction_based_on
- 基于opencv和帧差法实现彩色avi视频的,可以减除光照变换较明显的静态背景。附实验视频。,Opencv-based and frame color difference avi video, you can remove the more obvious light transform the static background. Experimental video attached.
avitobmp
- avi视频转换为bmp 利用Visual C++和OpenCV将AVI视频转换为bmp帧文件-avi to bmp
帧抓取 实现avi视频的播放
- 实现avi视频的播放,及视频帧的实时抓取等功能,在vc++平台下开发。
AVI
- 光流法、帧间差分法、高斯背景模型差分法,在opencv环境下实现运动目标检测-moving objective detection matlab
framecap
- avi格式文件转换为图片文件。该文件可以自行选择bmp或jpg格式,然后将avi视频的每一帧转换为相应格式的图片。-this program can convert the frames of the avi objects to pictures.
readavi
- 从AVI视频中读取每帧图像的数据,matlab程序,readavi.m-AVI video read from each frame image data, matlab procedures, readavi.m
YUV2RGB
- 将视频采集卡中的采集到的原始视频数据(YUY2格式)转换成RGB24格式,保存成位图。 用于抓取帧-Video capture card will be collected in the original video data (YUY2 format) into RGB24 format, saved as bitmaps. Frame for crawl
demo1
- AVI文件读取,每一帧画面形成BMP位图,是一个很好的视频数据采集的例子-AVI file to read, to form each frame BMP bitmap images, is a good example of video data acquisition
Avi
- 一些简单avi视频处理函数,包括创建Avi视频函数,从视频帧中读入图像数据,存储显示函数等。-Some simple avi video processing functions, including the creation of Avi video function to read into the frame from the video image data, storage, display function, and so on.
work
- 读取avi视频,并进行帧间差分法运算,检测运动目标-Read the avi video, and make inter-frame difference method for computing, moving target detection
decodertest
- 该软件基于ffmpeg编写的视频解码工具,能将MPEG,avi等视频解码成一帧一帧BMP格式图片-The software is written based on ffmpeg for video decoding tool, able to MPEG, avi and other video decoding into an a BMP format image
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
FFmpeg
- ffmpeg在C#上的运用,实现提取一个avi视频的帧图片(Ffmpeg on the C#, the realization of extracting a avi video frame pictures)
视频读取-播放-存储操作程序
- 将视频文件转化为单帧图片,并转化为mat文件,可进行编辑,再转化为单帧图片,再转化为视频。(Convert video files to single frame pictures)