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

搜索资源列表

  1. rtpsender

    0下载:
  2. 采用rtp协议,读取影片一定的帧,然后用单播或组播的方式发送出去。影片格式采用的是AVI格式-used rtp agreement, read a film frame, and then use the unicast or multicast sent out. The film format is used in AVI format
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:138734
    • 提供者:黄耀
  1. hello

    0下载:
  2. 读取avi格式的视频,并将视频的每一帧存储为bmp格式图片。-Avi format video to read, and each frame of video is stored as bmp format images.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-07
    • 文件大小:915697
    • 提供者:潘珍
  1. 84170526vcppavi

    0下载:
  2. AVI媒体视频播放器.可以对一帧图像进行提取.快放,查看前一帧,后一帧.等多种功能-AVI Media video player. Can be extracted on a frame. Quick release, see the previous frame, the latter frame. And many other features
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-16
    • 文件大小:89134
    • 提供者:周小叶
  1. Low-complexity-background-subtraction-using-frame

    0下载:
  2. Tracking w/ blob detection, morphological operation (Togeather) frames = {avi.cdata} uses the cdata from the video file fg = extractForeground(frames) do foreground extraction cmap = colormap(gray) for i = 1:length(fg) temp0{i} = edg
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:17709
    • 提供者:sivasankar
  1. avifileopenprogram

    0下载:
  2. 该程序基于DirectShow滤波器集成了一个能打开avi,mpeg,wmv等格式视频文件的类,对做视频分析的入门人员提供了很大的便利,可以获得每帧的原始数据来分析.-The program is based on integrating a DirectShow filter to open the avi, mpeg, wmv video file formats such as class, the entry of a video analysis provide a great con
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-10
    • 文件大小:1633166
    • 提供者:idlerrf
  1. AVI

    0下载:
  2. 如何获取AVI文件信息,如像素、帧率等等。-How to get the AVI file information,Such as pixel frame rate, etc
  3. 所属分类:Hook api

    • 发布日期:2017-05-12
    • 文件大小:3017746
    • 提供者:李涛
  1. JpgToMov

    0下载:
  2. 代码实现图片转换为视频,可以调正帧率、帧数、视频大小等-Code to achieve the image is converted to video, can adjust frame rate, frame size, video
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:13513
    • 提供者:冯理
  1. save25frameImg

    0下载:
  2. VC++2008用OpenCV将顺序序列的帧图像合成为MJPG编码的avi视频-VC++2008 OpenCV MJPG avi frame
  3. 所属分类:OpenCV

    • 发布日期:2017-06-11
    • 文件大小:18566549
    • 提供者:huanghanyu11
  1. extract-frame-from-avi-files

    0下载:
  2. code use to extract frames from avi files
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:1176
    • 提供者:Nguyệ n
  1. AVI

    0下载:
  2. 详细介绍了如何用Visual C++编写视频捕捉的步骤以及相应的代码解释,可以选择帧率,设置窗口大小-Described in detail how to write video capture step with Visual C++, and the corresponding code interpreter, you can choose the frame rate, set the window size
  3. 所属分类:Video Capture

    • 发布日期:2017-11-17
    • 文件大小:17962
    • 提供者:handeshui
  1. display-avi-video-in-every-frame

    0下载:
  2. 通过文件夹选择窗口选择所需播放的视频文件,然后逐帧在axes中显示出来,相当于实现了逐帧播放视频的功能。-Folder selection window to select the desired video file to play, and frame-by-frame displayed in the axes, the equivalent of the video frame-by-frame playback.
  3. 所属分类:Project Design

    • 发布日期:2017-11-11
    • 文件大小:588684
    • 提供者:梁若冰
  1. frame-differential-method-

    2下载:
  2. 源代码在matlab实现相邻帧间差分法对于视频中对移动目标的识别。附送视频,在matlab上能打开的视频只有无压缩的AVI视频。视频背景没有变化的情况下,处理效果很好。-The source code in matlab between adjacent frame difference method for the recognition of moving target in the video. Attached to the video, can open the video on th
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3488768
    • 提供者:gjjh
  1. AnimateControl

    0下载:
  2. MFC Animate Control的使用案例,MFC avi帧动画播放器 使用的控件有:Animate Control、ComboBox、ListBox MFC打开保存文件对话框类:CFileDialog等-MFC Animate Control use cases, controls, MFC avi frame animation player used are: Animate Control, ComboBox, ListBox MFC save the file open dial
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-08
    • 文件大小:1987012
    • 提供者:wanghm
  1. VC-capture-AVI-files

    0下载:
  2. 在使用API函数操作AVI文件时,一定要注意用AVIFileInit()来初始化AVI库,程序结束时用AVIFileExit()释放AVI库,否则API函数无法使用。现以操作包含真彩色图像的AVI文件为例,给出Cavi类的部分函数的具体实现,其中CaviCreate()函数用于读取AVI文件信息并初始化Cavi类的成员,例如根据AVI文件信息定义每帧图像的宽、高、每帧图像的信息头结构等等;函数AviRead(int mFrame)用于从AVI文件中读取第mFrame帧。-When using A
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4997
    • 提供者:刘超
  1. OpenCV-load-AVI-video

    0下载:
  2. 使用opencv 载入AVI视频文件,读取每帧数据做视频检测运算。-The use of OpenCV load AVI video file, reads the data of each frame of video detection arithmetic to do.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5694379
    • 提供者:
  1. Frame-grabber-master

    0下载:
  2. MATLAB用于视频抓帧的m文件,对于不同版本MATLAB稍有差别。-MATLAB m code for turning avi file into each frames.Besides, videos can be transcoded for MATLAB reading with WinAVI tool!
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:1271
    • 提供者:张昊
  1. LabVIEW-avi

    2下载:
  2. LabVIEW调用usb摄像头获取图像并录制avi视频,可以设置帧频,和定义视频名称。-LabVIEW calls usb camera captured image and record avi video, you can set the frame rate, and the definition video name.
  3. 所属分类:LabView

    • 发布日期:2017-04-27
    • 文件大小:20473
    • 提供者:mr xing
  1. FFmpeg

    0下载:
  2. ffmpeg在C#上的运用,实现提取一个avi视频的帧图片(Ffmpeg on the C#, the realization of extracting a avi video frame pictures)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-22
    • 文件大小:56320
    • 提供者:萧渊离
  1. avi

    0下载:
  2. 把视频录入到matlab中并分割成每一帧的图像(Video into the MATLAB, and split into each frame of the image)
  3. 所属分类:其他

  1. 视频读取-播放-存储操作程序

    0下载:
  2. 将视频文件转化为单帧图片,并转化为mat文件,可进行编辑,再转化为单帧图片,再转化为视频。(Convert video files to single frame pictures)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:听话不哭
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com