CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - avi 帧

搜索资源列表

  1. DirectShowDemo

    0下载:
  2. 利用DirectShow进行视频采集预览截图,并在采集的同时进行压缩器的枚举,生成avi。并能对当前帧进行二值化等简单处理-The use of DirectShow video capture preview screenshots, and collected at the same time an enumeration of the compressor to generate avi. And the current frame the simple processing of the
  3. 所属分类:Video Capture

    • 发布日期:2017-03-30
    • 文件大小:48523
    • 提供者:刘铎
  1. Kinescope

    0下载:
  2. 主要通过用户可以使用屏幕录像模块将当前屏幕中的操作过程录制下来,并生成AVI文件,用户可以根据需要选择是否录制鼠标,并设置每秒录制的帧数,还可以对已经录制完成的AVI文件进行截取和合成操作。-Users can use screen video module operation in the current screen recorded, and generate the AVI file, the user can select whether to record mouse and set
  3. 所属分类:software engineering

    • 发布日期:2017-05-18
    • 文件大小:4672988
    • 提供者:zhouhonggang
  1. CapureScreen

    0下载:
  2. 该项目实现了抓取桌面的功能,并将抓取的图片保存为avi格式的文件。通过播放器可以进行播放。可以设置帧率。-The project crawl desktop and grab a picture to save the file to avi format. Can be played through the player. You can set the frame rate.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:14968
    • 提供者:代新
  1. VidTest

    0下载:
  2. 介绍了如何从AVI视频流中获取任意帧的图像数据并存储成AVI视频剪辑或者BMP文件,实现视频捕捉-Access to any frame from the AVI video stream image data and stored into AVI video clip, or BMP file to achieve video capture
  3. 所属分类:Video Capture

    • 发布日期:2017-03-30
    • 文件大小:34320
    • 提供者:wlworld
  1. workpiece_avi

    0下载:
  2. 使用matlab将图片转为avi,用起来很方便,可以设定帧频率-transform the images to be avi
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:960
    • 提供者:宅明敏
  1. zhenchafa

    0下载:
  2. 里面有两个程序,一个是帧差法的运动目标检测程序(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
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:1700
    • 提供者:李鸿生
  1. PlayFramePos

    0下载:
  2. OpenCv实现AVI文件定帧播放及显示视频信息.需要安装OpenCv环境。-Play AVI FILE BY FramePos
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:7735
    • 提供者:lixq
  1. ZhenTiQu_cv

    0下载:
  2. 提取视频帧图像,对avi格式的视频文件进行帧图像提取,也可以对指定的bmp位图序列进行视频合成。程序基于openCv开发,运行前需配置好运行环境。-Extract video frames on the avi format video files frame extraction, can also specify the sequence of bmp bitmap video synthesis. Program is based on openCv development, to be
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1124514
    • 提供者:hcz
  1. avi2bmp

    0下载:
  2. Matlab环境下,AVI影片帧转成BMP图像的算法。- Convert AVI movie to BMP frame algorithm in Matlab environment.
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:1360
    • 提供者:飞飞
  1. Vtarrget-recoC

    1下载:
  2. 介绍了一种基于Visual C++6.0的目标识别与跟踪算法验证系统。该系统由图像导入、算法选择、单帧处理 、多帧处理、、AVI视频 生成与播放、帮助等六大模块组成 ,可方便地进行目标识别与跟踪算法的开发,为最终研制实实时图像处理系统提供依据。 -Target identification and tracking algorithm verification system based on Visual C++6.0. The system consists of an image imp
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-19
    • 文件大小:154624
    • 提供者:条款
  1. decoderlib

    0下载:
  2. 静态解码库,可对avi文件中的一帧图像进行解码,解码成yv12格式,-static decoder lib, can decode one frame to yv12 format
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-11-17
    • 文件大小:6350235
    • 提供者:pp
  1. thumbDemo

    0下载:
  2. 这是一种视频缩略图的实现方法。思想是,从视频中获取一帧图像,在转化成位图显示。这种方法可以适用于多种视频格式,如avi,flv,MP4,3gp,wmv,rmvb(rm)。 在转化成位图时,加入了等比缩放,比较简单。-This is the realization of a video thumbnail. The idea is to obtain an image from the video, in the conversion into a bit map display. This
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-11
    • 文件大小:4901694
    • 提供者:yuew
  1. PlayAVi

    0下载:
  2. 使用VC++6.0和directshow编写的读取AVI视频文件的代码,通过此程序可以为后期的OPENCV处理提供好的方法迷不了OPENCV读取视频的帧率慢等问题-Read AVI video file code to use VC++6.0 directshow written, this program can be the OPENCV treatment of late good way fans can not the OPENCV read video frame rate slow
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:2802724
    • 提供者:高东旭
  1. PLAYER

    0下载:
  2. 在vc++中,使用控件实现avi视频的打开,播放,暂停,帧播放或是时间播放的选择等基本功能-in vc++,the use of control to realise avi video open,play/pause/frame by frame or time play the choice of basic function
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-04
    • 文件大小:2371076
    • 提供者:石亚麋
  1. avi2apic

    0下载:
  2. avi2apic AVI提取帧 忽略对视频压缩方法-avi2apic AVI to a picture
  3. 所属分类:Special Effects

    • 发布日期:2017-11-02
    • 文件大小:13182519
    • 提供者:齐宏伟
  1. avi2pic

    0下载:
  2. avi2pic AVI转帧 mmread读取媒体-avi2pic AVI to pictures
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:10974382
    • 提供者:齐宏伟
  1. avi_process

    0下载:
  2. 该小程序能将AVI视频文件逐帧转换并保存为JPG格式图片-The applet is able to convert and save an AVI video file as a series of JPG format pictures frame-by-frame
  3. 所属分类:File Operate

    • 发布日期:2017-11-09
    • 文件大小:1024
    • 提供者:yhb
  1. AVICaputer

    0下载:
  2. 对AVI视频按照自己的需要截图,如从视频中某帧开始截取,间隔几帧截取一帧等功能。-AVI video shots according to their needs, such as in a frame from the video began interception, interception of a function every few frames.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-13
    • 文件大小:5353472
    • 提供者:panrenlong
  1. shipingenzong

    0下载:
  2. 本文实现了在连续视频数据流中几种不同的运动检测算法,他们都是基于当前帧图像和前一帧图像的比较,程序使用了AForge.NET framework库。其中的示例代码支持下面几种视频格式:AVI文件、网路相机的JPEG和MJPEG,本地的采集设备(USB相机等)。 -Some approaches to detect motion in a video stream. There are many approaches for motion detection in a continuous v
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:649852
    • 提供者:zys
  1. AVI_to_frames

    0下载:
  2. 这个程序能够将avi格式的视频导出每一帧图片,验证过了,好使-This program to avi format video every frame image is derived and verified
  3. 所属分类:Special Effects

    • 发布日期:2017-11-08
    • 文件大小:2115721
    • 提供者:丁敏
« 1 2 ... 6 7 8 9 10 1112 13 14 »
搜珍网 www.dssz.com