搜索资源列表
video_wvltcodinganddemo
- \\examples 目录中存放的是用于编码的demo视频,其中 \\tools 子目录中包含有一个将avi视频转换为yuv视频的工具 \\demo videos 子目录中存放的是可直接用于压缩的参数描述文件和相应的视频文件 \\video_wvltcoding 目录中存放的是视频编码的源程序。 -\\ examples directory is used to store the encoded video demo, which \\ tools subdirectory
AVIPlay
- 使用OpenCV制作的AVI视频播放器,可实现多种功能,包括播放视频,压缩视频,视频截图,并且有可供拖动的视频进度工具条。-Produced using the OpenCV AVI video player, can achieve a variety of functions including video, compressed video, video capture, and there is drag the video for the progress of the toolbar
avi2bmp
- 从未压缩的avi视频文件中提取出每一帧图像并且保存为bmp图像-Avi video file has never been compressed each frame is extracted
AVIToMPEG
- AVI转MPEG源码.声明不是转MP4的.压缩包绝对没有密码的.-AVI to MPEG source. The statements are not to MP4. Compressed package there is no password.
Video_detection
- 视频演示算法包括: 1. 静态背景下的背景预测法目标检测 2. 静态背景下帧间差分法目标检测 3. Mean Shift目标跟踪方法 4. 重心多目标跟踪方法 该框架支持的视频只限于RGB非压缩Windows AVI格式,可以通过“文件”菜单下打开视频来打开视频文件。-Algorithm for video presentation include: 1. Static background background prediction target detection 2.
VideoTrack
- 视频运动目标检测和跟踪,在vc6.0下调试通过,测试的视频必须是非压缩的AVI视频 内容包括视频运动目标的检测,对检测的目标利用MeanShift算算法实现跟踪-Video moving target detection and tracking under the debugger in vc6.0 is passed, the test must be a non-compressed video of AVI video content including the video movi
video
- 视频图像运动检测:该框架支持的视频只限于RGB非压缩Windows AVI格式,可以通过“文件”菜单下打开视频来打开视频文件。-Video motion detection: video support for the framework is limited to Windows AVI uncompressed RGB format, you can " file" menu to open the video to open video files.
videocut_test
- avi 视频剪切及压缩测试程. 详情请参见文件注释-video cut and compress
MyVideo1.0_AutoCamshift
- 程序用MFC+openCV编写。可实现自动获得一个目标选择框并进行跟踪 先用视频前几帧进行帧间差分,用cvFindContours()得到二值差分图像中最大的连通块作为camshift的初始选择框 程序做的不完善,只能针对类似test.avi的视频进行测试。(读一下函数GetBlob()你就能明白为什么了) 可能有些压缩格式的视频打不开,需要安装Xvid解码器-Program using MFC+ openCV prepared. Can be realized a
videoprocessframework
- 目标检测演示框架算法包括: 1. 静态背景下的背景预测法目标检测 2. 静态背景下帧间差分法目标检测 3. Mean Shift目标跟踪方法 4. 重心多目标跟踪方法 该框架支持的视频只限于RGB非压缩Windows AVI格式,可以通过“文件”菜单下打开视频来打开视频文件。-Presentation framework of the target detection algorithms include: 1. The context of the background s
BMPtoAVI
- 将一个文件夹下的所有BMP文件合成一个非压缩的AVI视频,BMP文件的命名必须按照:0.bmp,1.bmp,2.bmp...n.bmp-A folder will be all the BMP files into one video uncompressed AVI, BMP file name must be: 0.bmp, 1.bmp, 2.bmp ... n.bmp
BMP2AVI
- 将文件夹下所有BMP合成一个非压缩的AVI视频,BMP命名规则必须按照1.bmp 2.bmp....n.bmp-BMP files into one folder, all uncompressed AVI video, BMP naming must be 1.bmp 2.bmp .... n.bmp
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
MyCodec
- 一个用opencv从视频中读入视频帧然后再压缩成avi的视频程序-A video with opencv read from the video frame and then compressed into avi video program
AviRecord_opencv
- opencv开发的AVI视频压缩录制程序,能选择7种系统自带压缩算法,也可手动选择第三方压缩算法,使用vs2010+opencv2.3.1开发-Opencv development AVI video compression recording procedures, can choose 7 kinds of systems onboard compression algorithm, can also be manually selected third party compression
openglAVI
- 利用vc编码打开avi格式的视屏文件,avi为无压缩的才行。-The vc encoding the open screen file in avi format, avi no compression of the job.
zhenchafa
- 里面有两个程序,一个是帧差法的运动目标检测程序(matlab),另一个是简单的视频倒叙播放,记得播放文件要用无压缩的avi格式视频文件,不然老出错,简单适合新手-There are two programs, one frame difference method of moving target detection program (matlab), the other is a simple flashback video playback, remember to play the fil
avi2apic
- avi2apic AVI提取帧 忽略对视频压缩方法-avi2apic AVI to a picture
Video-Demo
- VC++视频图像运动目标检测,视频演示算法包括: 1. 静态背景下的背景预测法目标检测 2. 静态背景下帧间差分法目标检测 3. Mean Shift目标跟踪方法 4. 重心多目标跟踪方法 视频只限于RGB非压缩Windows AVI格式-VC++ video image moving target detection, video presentations algorithm including: 1. The background prediction target d
avi-to-bmps
- 本软件是将一个非压缩的avi文件转化成多个bmp图片-this small software function have the ability of converting the uncompressed avi file to bmp files!!