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

搜索资源列表

  1. VidRead.tar

    0下载:
  2. Video Reading Code for Matlab. This some C++ and mex code written as a Matlab wrapper around the ffmpeg video reading libraries. It should compile under Windows and Linux. (The Windows compilation requires mingw gcc. Extact installation instructions
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:5.19kb
    • 提供者:薛斌
  1. H264解码器源码 for Android

    0下载:
  2. H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有
  3. 所属分类:android开发

    • 发布日期:2017-03-02
    • 文件大小:225.12kb
    • 提供者:wyc
  1. CAPTURE

    0下载:
  2. 用opencv编写的从avi视频中捕获帧的程序,捕获的帧存储为bmp格式的图像-Prepared using opencv avi video capture frames from the procedure, the captured frame image stored as bmp format
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1.75mb
    • 提供者:nana
  1. a

    0下载:
  2. opencv 实现对视频帧的提取,包括从摄像头获取视频及avi文件获取视频-opencv achieve the extraction of video frames, including video from the camera and get access to video avi files
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:921byte
    • 提供者:于帆
  1. shipinotsu

    1下载:
  2. 基于OTSU算法的图像二值化分割,本程序是从视频中截取某一帧来实现。-OTSU algorithm based on binarization image segmentation, the process is from the video frames to achieve a certain interception.
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:988byte
    • 提供者:王忠建
  1. Keyframe

    1下载:
  2. 从视频中提取关键帧,采用贪心算法和堆排序来处理视频中的大量帧信息。-Extracted from the video key frame, the use of greedy algorithm and HEAPSORT to deal with a large number of frames of video information.
  3. 所属分类:mpeg mp3

    • 发布日期:2015-10-30
    • 文件大小:260.89kb
    • 提供者:wpc
  1. TakeVideo

    0下载:
  2. This program takes a video from camera and break it into frames
  3. 所属分类:Applications

    • 发布日期:2017-05-07
    • 文件大小:1.26mb
    • 提供者:angeline
  1. RMSE_PSNR_Calculator

    0下载:
  2. 比较YUV文件质量 RSME PSNR质量报告- RMSE and PSNR Calculator Compares two sequences of raw YUV4:2:0 video frames and calculates the RMSE and PSNR values from them. The output format is CSV for easy use in spreadsheet applications.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:21.88kb
    • 提供者:yangjie
  1. VideoGrabber

    0下载:
  2. Simple bare bones DLL to enumerate video capture devices, and capture into a buffer on a seperate thread. A program can link to this DLL, begin video capture, and pull from the 30 frames / second buffer at any frequency and get full RGB frames to the
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-29
    • 文件大小:459.06kb
    • 提供者:Beachme
  1. motion

    0下载:
  2. This project deals with the tracking and following of single object in a sequence of frames and the velocity of the object is determined. Algorithms are developed for improving the image quality, segmentation, feature extraction and for deterring
  3. 所属分类:DSP program

    • 发布日期:2017-04-09
    • 文件大小:1.14mb
    • 提供者:vikas
  1. DirectShow

    0下载:
  2. 本文以DirectShow技术为基础,通过对媒体文件或多媒体 流中的视频流的处理,从多媒体文件视频流中捕获视频帧图 像,提取出所需要的最好、最有价值的图像帧信息。利用 DirectShow技术从视频流中捕获帧图像,捕获精度可达到l帧。-In this paper, DirectShow technology-based, through the media file or multimedia stream video stream processing, multimedia fi
  3. 所属分类:Video Capture

    • 发布日期:2017-03-30
    • 文件大小:261.34kb
    • 提供者:王涛
  1. Limits

    0下载:
  2. Detect limits of the frames from video.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-09
    • 文件大小:1.26kb
    • 提供者:Manuel
  1. AVILoader_ORg

    0下载:
  2. This program is a tool for reading image frames from an avi video file. It can be used for make another avi-based applications.
  3. 所属分类:Video Capture

    • 发布日期:2017-05-08
    • 文件大小:1.52mb
    • 提供者:sq
  1. VcDemo

    0下载:
  2. Video Compression using Content-Based Motion Compensation --------------------------------------------------------- This demo Requires MATLAB (and the Image Processing Toolbox) Tested on MATLAB 7.0 (R14). Run one of the following thr
  3. 所属分类:matlab

    • 发布日期:2017-06-11
    • 文件大小:18.32mb
    • 提供者:mohammad665
  1. frames2

    0下载:
  2. 基于MATLAB编写的视屏提取每一帧,并保存为彩色图像的代码-extracting frames from Video and save frames into RGB Pic,based on m language
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:519byte
    • 提供者:pei
  1. Movie

    0下载:
  2. This code will separate frames from video
  3. 所属分类:Video Capture

    • 发布日期:2017-04-01
    • 文件大小:49.51kb
    • 提供者:Mahesh
  1. opencv-video-frames

    0下载:
  2. Extracting one frame from video using opencv
  3. 所属分类:Video Capture

    • 发布日期:2017-03-28
    • 文件大小:1.18kb
    • 提供者:Jaysberg
  1. vdselect

    0下载:
  2. 编码实现提取视频指定帧序列,并重新合成新视频-extract specialized frames from video
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:578byte
    • 提供者:WAN
  1. databasebuilder1

    0下载:
  2. Database builder for neural network based on frames from video
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:878byte
    • 提供者:Jerin Antony
  1. Extracted-from-video-frames

    0下载:
  2. 从视频提取帧,将视频中的每一帧图像作为图片形式储存在预定的根目录下-Extracted video frames
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:7.94mb
    • 提供者:姚兴
« 12 3 4 »
搜珍网 www.dssz.com