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

搜索资源列表

  1. dk0619

    2下载:
  2. 此程序为一图像处理程序,用OPENGL编制, 用户首先选择是绘制二维或三维图形,对于相应的图形输入一定的数据后保存,即可出现需要的图形窗口,可以进行数据预数据,查看变差函数,运用克里格插值,观查图像生成过程及帧描绘过程,最后点击输出即可看到所实现的图形,此为一个非常不错的图形图像处理程序。且是用MFC实现的,功能强大,便于窗口运行。-procedure for an image-processing program, using OpenGL establishment, users fir
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:256476
    • 提供者:luoye
  1. inserted

    1下载:
  2. 读入一个视频序列中的任意两帧,对这两帧图像进行运动估计(全搜速方法),并且利用得到的运动矢量进行插值重建处于这两帧中间位置的图像。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3279
    • 提供者:吴珅
  1. BmpChangect

    0下载:
  2. 一个自动图像转换软件,可以实现图像序列的自动 改变大小(线性 插值 )、改名,抽帧等。 只要设置好源路径和目标路径(不可相同),点转换即可,(起止帧号 需在源程序中修改)
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:84417
    • 提供者:张智
  1. CaptureScreenAsVideo

    0下载:
  2. 把电脑屏幕保存成和电影一样的原代码,而且可以插帧,删帧
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:84759
    • 提供者:pyq
  1. easyupfr.rar

    0下载:
  2. 帧重复方法是最基本的非运动补偿插帧算法。插入帧中每一个像素都是来自于上一帧相同位置的像素,这种算法运算量低、实现难度小,但是对于运动图像来说,图像质量会变差,使得图像抖动或模糊。 ,Frame repeat method is the most basic non-motion compensation frame interpolation algorithm. Insert frames from each pixel in the same location as a pixel, th
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:6542
    • 提供者:郑丹
  1. yuvread

    0下载:
  2. 实现对视频序列读取存储,插帧等功能,最后将插帧后的帧重新写入文件成为新的视频文件。-read the yuv video file and Implement the function of inserting frames.finally,the processed files are rewrited into yuv file,which can be played exactly
  3. 所属分类:Video Capture

    • 发布日期:2017-04-10
    • 文件大小:1410524
    • 提供者:
  1. VIEW

    0下载:
  2. 1) 将y4m格式的视频文件读入到Matlab中,文件可以从如下网站下载: http://media.xiph.org/video/derf/ 2) 使用examples.m将y4m视频文件中的每一帧图像读取出来 3)把奇数帧的偶数行丢弃,把偶数帧的奇数行丢弃,这样就形成了隔行视频 4)分别采用垂直重复,行平均,垂直内插,场平均,行场平均的方法进行去隔行 5)分析结果 -1) y4m video file format will be read to Matlab, fi
  3. 所属分类:Video Capture

    • 发布日期:2017-04-09
    • 文件大小:2874908
    • 提供者:孙亮
  1. motionestimation

    0下载:
  2. 采用单向多参考帧的运动估计算法,附1/4像素内插算法,能够实现较准确的运动估计,目前性能稍逊于双向运动估计-Using one-way multi-reference frame motion estimation algorithm, with 1/4 pixel interpolation algorithm, to achieve more accurate motion estimation, the current performance of low achievers in the
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:6448
    • 提供者:挫地炮
  1. FRUC

    0下载:
  2. 实现视频插值平均帧率提升,对视频初学者有用-Improve the average frame rate of video interpolation, useful for beginners on video
  3. 所属分类:Video Capture

    • 发布日期:2017-04-10
    • 文件大小:1334972
    • 提供者:陈可
  1. serial

    0下载:
  2. -- 本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在 --PC机上安装一个串口调试工具来验证程序的功能。 -- 程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控 --制器,10个bit是1位起始位,8个数据位,1个结束 --位。串口的波特律由程序中定义的div_par参数决定,更改该参数可以实 --现相应的波特率。程序当前设定的div_par 的值是0x104,对应的波特率是 --9600。用一个8倍波特率的时钟将发送或接受每一位bit的周期时
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:65639
    • 提供者:johnson
  1. 1

    0下载:
  2. 给定两幅图像,实现采用颜色线性插值的关键帧动画-Given two images, linear interpolation using color to achieve the key frame animation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:221681
    • 提供者:文翰
  1. bkgrd

    0下载:
  2. 运动背景检测 实现帧间插值计算 北景实施更新-Movement Detection background interframe interpolation calculation of the implementation of the North King update
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:430303
    • 提供者:Xu Fangming
  1. zishiying

    0下载:
  2. 一种简化自适应运动补偿插值方案 当运动向量比较精确时,两帧对应的两个像素具有相近的像素值,因此,中值滤波器可选其中任一个像素值作为输出;当运动向量不再可靠时,中值滤波器就会选择输出两帧中对应的两个像素的平均值作为一种性能上的妥协-A simplified adaptive motion compensation interpolation program when more precise motion vectors, the two corresponding two pixels wi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:15487
    • 提供者:郑丹
  1. Sparse Lab 200-Core

    1下载:
  2. 基于多帧图像插值(Interpolation)技术的方法是SR恢复技术当中最直观 的方法。这类方法首先估计各帧图像之间的相对运动信息,获得HR图像在非均 匀间距采样点上的象素值,接着通过非均匀插值得到HR栅格上的象素值,最后 采用图像恢复技术来去除模糊和降低噪声(运动估计!非均匀插值!去模糊和 噪声)。-In this paper, we propose a novel method for solv- ing single-image super-resoluti
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-06-24
    • 文件大小:27596228
    • 提供者:qianyeyu
  1. as

    0下载:
  2. 给定两幅图像,实现采用颜色线性插值的关键帧动画-Given two images, linear interpolation using color to achieve the key frame animation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1783611
    • 提供者:文翰
  1. Motion-Detection

    0下载:
  2. matlab实现视频中动态目标跟踪,试验过,可以用,帧插法实现-matlab dynamic target tracking in video, tested, you can use, frame interpolation to achieve
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:622793
    • 提供者:仇乐
  1. 4

    0下载:
  2. DTW方法 读入一个视频序列中的任意两帧,对这两帧图像进行运动估计,并且利用得到的运动矢量进行插值重建处于这两帧中间位置的图像 已验 matlab下可以运行-DTW method of reading into a video sequence of any two of the two frame image motion estimation, and use by the reconstruction of motion vector interpolation frame in the
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:3389
    • 提供者:孙宁
  1. motionComp

    0下载:
  2. 基于三维递归搜索的运动估计得到运动矢量后进行运动补偿帧插算法,最后得到视频帧速率上转换序列-frame rate up conversion based on motion estimation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:771
    • 提供者:胡圆圆
  1. 关键帧变形动画系统

    0下载:
  2. Qt Creator 4.2.1@windows 10设计交互界面,用户通过界面交互输入数据 进行线性插值和矢量线性插值并输出插值结果(Qt Creator 4.2.1@windows 10)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-21
    • 文件大小:900096
    • 提供者:lovelife233
  1. matlab

    0下载:
  2. 这是一个具有语音的采集、读取、内插恢复、重采样,语音的时域参数的计算、端点的检测、基音周期的提取,语音的加噪、滤波及每次处理后语音的播放等功能的语音信号处理系统。(speech signal processing)
  3. 所属分类:语音合成与识别

    • 发布日期:2018-05-01
    • 文件大小:6252544
    • 提供者:飞呀飞986
« 12 3 4 »
搜珍网 www.dssz.com