搜索资源列表
read_yuv
- 自己写的用matlab读取YUV文件,并分帧保存.生成一个N维矩阵(N是总帧数),一维就是一帧的数据. Y U V分别保存.-wrote it myself using Matlab YUV read documents, preservation and framing. Generating an N-dimensional matrix (N is the total frame count). is a one-dimensional data. Y U V were preserv
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!
44
- \\mpeg2 \\doc \\mpeg2enc.doc和mpeg2dec.doc文件包含了关于解码器的进一步的信息。 \\verify 一组用来进行验证的图像和小的数据流,以及用来自动检测编码器和解码器输出的Unix shell脚本文件。 \\src \\mpeg2enc 编码器源代码及VC下编译的可执行程序 \\mpeg2dec 解码器源代码及VC下编译的可执行程序 \\par 给出了一组可在每秒25和30帧的速率下进行MPEG-2和MPEG-1编
videoTrack(BMPAVITransfer)
- 改源码在VC6.0环境下编译通过。实现的功能是:首先可以将一个AVI文件的所有帧图像提取出来,并以bmp的形式保存在一个文件夹中;其次可以将一个bmp文件夹中的所有图像合成一个AVI文件,并可以根据用户的输入数据控制AVI文件的播放速度。
AForgeMotion
- 本文实现了在连续视频数据流中几种不同的运动检测算法,他们都是基于当前帧图像和前一帧图像的比较,程序使用了AForge.NET framework库。其中的示例代码支持下面几种视频格式:AVI文件、网路相机的JPEG和MJPEG,本地的采集设备(USB相机等)。
K-均值聚类算法
- K-均值聚类算法,对数据进行聚类分析,可用于提取关键帧等。用matlab实现,K-means clustering algorithm, cluster analysis of data that can be used, such as key frame extraction. Using matlab to achieve
YUVPlayer.rar
- YUY2原始视频数据播放器,使用GDI渲染,可逐帧播放,可拖动,因为用的GDI,渲染速度慢,可供学习。,Original video data YUY2 player, use GDI rendering, frame by frame playback can be drag, because by the GDI, slow rendering for the study.
readavi
- 从AVI视频中读取每帧图像的数据,matlab程序,readavi.m-AVI video read from each frame image data, matlab procedures, readavi.m
HVStoreBmp
- 演示保存一幅BMP文件到指定目录。 利用HVSnapShot抓取一帧图像到内存,利用ConvertBayer2Rgb 转换成RGB 24位格式位图,然后直接从内存读取图像数据,保存数据到BMP文件。图像的大小由视频输出窗口和视频格式确定。-BMP file save a presentation to a specific directory. The use of an image HVSnapShot crawl into memory, using ConvertBayer2Rgb c
saa7115
- 在DM642的开发板中,视频图像解码芯片使用飞利浦公司的saa7115,其功能就是产生行,场,帧同步信号,并且使用梳行滤波器将图像数据分割开来,并传输亮度信号,此程序即控制saa7115的运行!-In the DM642 development board, the video image decoder chip using the Philips saa7115, its function is to have a line, field, frame synchronization sig
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
YUVOpenCV
- 将YUV文件中每帧的数据转换成OpenCV中的Ipl-ertdfvfh wfsddf.
FFT
- 1. 运行myfft.exe 把音频数据经过fft后存放在data.txt文件中 2. 再运行HUITU.exe把data.txt中的数据一帧一帧的画到屏幕上,形成动态效果 3. 运行soundee.exe 是还原声音 注:其中myfft.c是fft的C语言代码,用VC实现的;HUITU.C是绘图代码,用TC实现的;soundee.c是还原声音代码,用VC实现的。 -1. Myfft.exe run the audio data stored in the post-fft
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.
gspm
- 自己本机测试最快时60帧/秒,局域网传输只测试一次,结果很让我失望,原因不明~~~~ 说下我的思路过程(我认为过程很重要!) 分块比较+压缩传输与以前那个内存流比较的优缺点: 内存流比较能找到最精确的找到图片差异,但每次都要压缩相同大小的数据,大家可以测试下,那个算法传输瓶颈是压缩算法,最费时间和CPU 分块比较+压缩传输能有效的减少压缩数据量,但缺点也很明显,比较图片的效率肯定没内存流比较高,要加快传输只能找到更好的算法 我选择的是后者,开始的时候是直接把
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.
framebuffer
- 帧缓存代码,广泛用于视频处理过程中临时存储视频数据,以及实时处理的图像数据源-frame buffer, useful for keeping the temporary data during the real time processing.
motion-detection
- 将视频图像处理技术运用到中央空调节能控制中,利用帧间差分法与背景差分结合的方法,动态监测区域内人流量密度通过RS232串口将数据发送至PLC控制相应区域的制冷量和新风量-Video image processing technology applied to the central air-conditioning energy-saving control, the use of the interframe difference and background difference metho
ergeyezi4KeyFrameDiff
- 关于光流法的一些算法 求帧间及帧内的均值方差似然率等各种数据-Mean-variance method of optical flow algorithm for interframe and intraframe like the natural rate and other data