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

搜索资源列表

  1. motionEstDS

    0下载:
  2. 菱形搜索算法是在四步搜索算法的基础上采用菱形搜索路线得到的一种算法。它充分考虑了现实中的物体在水平和垂直这两个方向运动的概率比较大,图像的频谱多呈菱形。菱形搜索算法采用了两种搜索模式:大菱形搜索模式(LDSP)和小菱形搜索模式(SDSP)[6]。LDSP有一个中心点和它周围的8个搜索点构成,这九个点组成一个菱形,SDSP由5个搜索点构成
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:2377
    • 提供者:赵光
  1. 7种基于块匹配的运动估计算法比较

    4下载:
  2. 其中基于块匹配的运动估计算法MATLab源码,包括全搜索、三步法、四步法、新三步法、菱形搜索法、ARPs。
  3. 所属分类:源码下载

  1. 快匹配运动估计算法

    6下载:
  2. 其中基于块匹配的运动估计算法MATLab源码,包括全搜索、三步法、四步法、新三步法、菱形搜索法、ARPs。
  3. 所属分类:源码下载

  1. yundong-guji-pipei.rar

    1下载:
  2. matlab平台的一些运动估计块匹配算法,包括3步法,新3步法,4步法,菱形搜索等等,motionsEstAnalysis.m——scr ipt to execute all Algorithms motionEstES.m——Exhaustive Search Algorithm motionEstTSS.m——Three Step Search Algorithm motionEstNTSS.m——New Three Step Search Algorithm motionEstSE
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-23
    • 文件大小:498215
    • 提供者:lsr
  1. MotionSearch

    0下载:
  2. H.264运动搜索算法代码,包括三步法,改进的三步法,菱形搜索法,改进的菱形搜索法等算法的源码-H.264 motion search algorithm code, including three-step, improved three-step method, the diamond search method to improve the diamond search algorithm, such as source
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:17511
    • 提供者:cc
  1. motionmation

    0下载:
  2. 很好用运动估计算法,实现了菱形搜索算法的作用-Very good motion estimation algorithm used to realize the role of the diamond search algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:522213
    • 提供者:姚劲草
  1. BasicMotionVectorEstimation

    1下载:
  2. 运动估计块匹配算法 以下是工程中m文件的简单注释: main.m 可通过主函数调用各种基本的块匹配算法 FullSearch.m 全搜索法(又称为Exhaustive Search) ThreeStepSearch.m 三步搜索法(Three Step Search) NewTSS.m 新三步搜索法(New Three Step Search Algorithm) SESTSS.m 简便高效的三步搜索法(Simple And Efficient TSS)
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4724753
    • 提供者:alan
  1. ds2

    0下载:
  2. 此文件包括了菱形搜索算法在visual studio 2010上的实现,里面详细介绍了菱形搜索算法的实现过程,此算法为研究MVFAST,PMVFAST等运动估计算法打下基础,只要把该算法实现过程研究透彻,其他算法都是小菜一碟。
  3. 所属分类:Special Effects

    • 发布日期:2017-05-31
    • 文件大小:13158817
    • 提供者:limiao
  1. DiamondSearch

    1下载:
  2. 本程序为块匹配算法的快速搜索策略,菱形搜索法,也叫钻石搜索法-This program is fast block-matching algorithm search strategy, diamond search, also called the diamond search method
  3. 所属分类:matlab

    • 发布日期:2016-04-18
    • 文件大小:1024
    • 提供者:chushouyan
  1. ARPSpixel

    0下载:
  2. 实现了运动估计中的自适应扁平菱形搜索算法,在matlab中仿真,通过测试-Achieve an adaptive motion estimation flat diamond search algorithm in matlab simulation, test
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:609
    • 提供者:刘军
  1. MotionEstimation

    2下载:
  2. matlab编写的图像光流计算程序 基于块匹配法的全搜索 菱形搜索等各个搜索算法 以及最小绝对误差准则-matlab prepared based on the image optical flow calculation program full search block matching diamond search and other search algorithms and minimum absolute error criterion
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:520561
    • 提供者:袁永金
  1. mpeg-encoder

    0下载:
  2. MPEG1编码器四种运动估计算法全搜索算法,梯度下降法,菱形搜索算法,四步法-MPEG1 encoder four kinds of full search motion estimation algorithm algorithm, gradient descent method, diamond search algorithm, four-step
  3. 所属分类:mpeg mp3

    • 发布日期:2017-05-26
    • 文件大小:9643822
    • 提供者:felix
  1. MotionEstimation

    0下载:
  2. 块匹配。十字搜索法,菱形搜索法,全局搜索法双十字搜索法-block matching
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-21
    • 文件大小:6336288
    • 提供者:caiting
  1. ss

    0下载:
  2. DS算法是在运动搜索中使用最为广泛的搜索算法之一,有的地方被翻译成钻石搜索,菱形搜索。不管是硬件还是软件的视频编码器中,都可以看到它的存在。下面文章的内容主要从学报上摘录,希望给视频算法的新手们有些许帮助。-DS algorithm in search of the most widely used one of the search algorithm, some places are translated into diamond search, diamond search. Whethe
  3. 所属分类:Video Capture

    • 发布日期:2017-03-30
    • 文件大小:8426
    • 提供者:UUme
  1. diamond-search-algorithm

    1下载:
  2. 菱形搜索(DS)算法是目前快速算法中性能最优异的算法之一。块匹配误差实际上是在搜索范围内建立了误差曲面函数,全局最小点对应着最佳运动矢量。-diamond search algorithm for optical-flow
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:5822
    • 提供者:李韦宏
  1. HMotionSearch

    0下载:
  2. H.264运动搜索算法代码,包括三步法,改进的三步法,菱形形搜索法,改进的菱形搜索法等算法的源码,已通过测试。 -H.264 motion search algorithm code, including a three-step method and improved three-step method, diamond-shaped search method, the source code of the modified diamond search algorithm has be
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:17473
    • 提供者:linguokai
  1. CrossDiamondSearch

    0下载:
  2. 视频运动估计中快速块匹配方法 十字菱形搜索-The video motion estimation based on fast block matching Cross Diamond Search
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:1621
    • 提供者:icanplay
  1. DiamondSearch

    0下载:
  2. 视频运动估计中快速块匹配方法   菱形搜索-The video motion estimation based on fast block matching Diamond Search
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:1041
    • 提供者:icanplay
  1. DiamondSearch

    0下载:
  2. 菱形搜索算法,高效,快速,是运动估计算法中最常用的搜索算法-DiamondSearch,high speed,
  3. 所属分类:Special Effects

    • 发布日期:2017-11-22
    • 文件大小:1138
    • 提供者:
  1. sport

    0下载:
  2. 一种改进的运动估计算法,使用 准十字菱形搜索算法(An improved motion estimation algorithm, using quasi-cross diamond search algorithm)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-05
    • 文件大小:3072
    • 提供者:白帝
« 12 »
搜珍网 www.dssz.com