搜索资源列表
txxdh
- 计算机图形学里的一些基本算法程序之一 帧动画 ,VC++环境编译-computer graphics, the basic algorithm procedures one frame animation, VC compiler
zendonghua
- 图形学帧动画,模拟图形图像动画效果.在VC++环境下编写.-graphics frame animation, simulation graphics and video animation. VC environment in preparation.
canny_meanshift_segmentation
- 本算法主要用vc和opencv做的.对视频图像进行逐帧canny运算.并可以对静态图片进行均值移动运算.-the algorithm and the main vc opencv do. Video images right frame by frame canny operator. And Static images can mean for mobile computing.
image_processing_method
- 用vc++6.0进行开发.主要包括了图像处理的一些方法.和视频图像的帧间差分法,三帧差分法,主要处理单目标和双目标.并对目标的位置进行标定-used for the development. Including the main image processing methods. Video image frames difference France, three difference method, which mainly deals with the single goal and tw
zhenshigantuxing
- 这是一个关于动画帧的例子.可以从不同角度变换.用VC实现,适合初学者.-This is a frame of the animation example. Can transform from a different perspective. With VC, for beginners.
CapVideo(VC)
- VC++实现对usb连接的数码摄像机实现实时的显示与采集功能,并且保存一段视频序列,对于该视频序列可以选择不同的压缩编码格式;可以通过菜单选项实现单帧图片的抓取并且保存不同格式的图片-VC usb link to the real-time digital video camera display and collection functions, and preservation of a video sequence, the video sequences can choose diffe
chayingfa
- 用vc实现的差影法,可以检测两帧图像之间是否运动-vc achieved with poor video, can be detected between two images whether Campaign
saveAVItojpg
- 打开AVI文件,保存其中的帧为jpg序列图像。VC+OPENCV实现。
44
- \\mpeg2 \\doc \\mpeg2enc.doc和mpeg2dec.doc文件包含了关于解码器的进一步的信息。 \\verify 一组用来进行验证的图像和小的数据流,以及用来自动检测编码器和解码器输出的Unix shell脚本文件。 \\src \\mpeg2enc 编码器源代码及VC下编译的可执行程序 \\mpeg2dec 解码器源代码及VC下编译的可执行程序 \\par 给出了一组可在每秒25和30帧的速率下进行MPEG-2和MPEG-1编
帧抓取 实现avi视频的播放
- 实现avi视频的播放,及视频帧的实时抓取等功能,在vc++平台下开发。
Test
- 利用opencv在vc环境下开发的关键帧提取程序-Environment in vc using opencv key frame extraction procedure developed
aviTObmp
- vc+opencv 读avi视频,显示,并将视频中每一帧都保存为bmp文件,内有测试视频-vc and opencv read avi file
VC
- 此代码是在VC++下开发,能够播放AVI视频,逐帧读取,方便视频的后续处理-This code is in VC++ under development, can play AVI video, frame by frame to read, easy to deal with the follow-up video
framemotion
- VC++编写帧动画。主要用于计算机图形学的教学和实习。对本人有用,希望对大家帮助-VC++ write-frame animation. Mainly used in computer graphics in teaching and practice. Be useful to me, in the hope that everyone will help
MOTION
- 帧差法运动目标检测,运动目标检测是计算机视觉的一个研究热点,在视频监控,军事侦察等领域有着广泛的应用前景。在这些应用中,大家比较关注运动着的物体,因此,对运动目标进行检测的意义显得格外重要。本文以视频序列作为研究对象,在现有研究成果的基础上提出一种算法,并在VC上实现-DIFF-FRAME DECTECTION
使用mfc框架编写帧动画
- 实现了在vc环境下帧动画的生成,使用mfc框架编写-Vc environment achieved in the frame of animation production, use mfc framework for the preparation of
VC.NET.code.TIFF.multi.frame.image.files
- VC.NET编程实现TIFF多帧图像文件代码VC.NET programming code TIFF multi-frame image files -VC.NET programming code TIFF multi-frame image files
VC
- 利用VC++平台编程,将三帧差法和背景减除法相结合,进行运动目标检测,其中背景减除法运用高斯背景建模-Platform programming VC++ three difference method and background subtraction combined, moving target detection, background subtraction method using Gaussian background modeling
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
vc++上人眼跟踪
- 在vc++,建立工程,通过初帧图像的眼睛定位,在根据meanshift算法进行人眼跟踪