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

搜索资源列表

  1. outputstar

    0下载:
  2. 这是一个用双循环打印星星的程序,它是把星星打印成了一个菱形的算法,算法很简单,希望可以改进。
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-18
    • 文件大小:4009
    • 提供者:zt
  1. motionEstDS

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

    • 发布日期:2008-10-13
    • 文件大小:2377
    • 提供者:赵光
  1. M_sorting_unwrapping

    1下载:
  2. 在理想情况下采用非可靠度导向的顺序扫描法或菱形算法等相位展开的基本方法可以正确展开相位,这些算法具有最简单的和确定的扫描路径,如果测量过程中噪音较大或本身有些地方不满足采样定理,采用非可靠度导向方法展开会出现错误。可靠度导向的相位展开方法可以绕开二维相位场中的无效点,在某 种程度上将误差降到最小。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:883
    • 提供者:sadadasdsa
  1. 梯度算法比较

    0下载:
  2. 梯度算法比较 结构元素尺度为 3*3,形状为菱形 结构元素为3*3,方向分别为0,90,45,135的线形 多尺度结构元素3*3 5*5 7*7,菱形 多尺度结构元素3*3 5*5 7*7,线形4个方向
  3. 所属分类:matlab例程

    • 发布日期:2011-05-05
    • 文件大小:1067
    • 提供者:JaJa108
  1. 7种基于块匹配的运动估计算法比较

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

  1. 快匹配运动估计算法

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

  1. final.rar

    2下载:
  2. 针对4×4方形的运动目标检测,采用DS算法——菱形算法(钻石算法)。MATLAB实现,4 × 4 square against the moving target detection, the use of DS algorithm- diamond-shaped algorithm (diamonds algorithm). MATLAB to achieve
  3. 所属分类:Graph program

    • 发布日期:2017-03-23
    • 文件大小:3642
    • 提供者:吴强
  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. DrawPicture

    0下载:
  2. 封装了控制台下的画图系统,包括常见的矩形、菱形、三角形的画图算法。-Encapsulates the drawing system console, including the common rectangle, diamond, triangle drawing algorithm.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:186336
    • 提供者:cary
  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. 1

    0下载:
  2. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:231166
    • 提供者:s
  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. LingXingUnwrap2

    3下载:
  2. 主动光学三维传感技术中的相位展开算法——二维菱形算法-Active optical sensing technology in three-dimensional phase unwrapping algorithm- Algorithm for two-dimensional diamond
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-29
    • 文件大小:796
    • 提供者:shy
  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. new

    0下载:
  2. 新方向性菱形弧形搜索的运动估计算法 Arc directional diamond search of new otion estimation algorithm-_ Arc directional diamond search of new motion estimation algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:918732
    • 提供者:nety
  1. BlockMatchingAlgoMPEG

    0下载:
  2. 图像的块匹配matlab算法,包括三步算法,四步算法,菱形算法还有修正SAD的算法-Image block matching matlab algorithm, including the three algorithms, four step algorithm, the diamond algorithm and modified SAD algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:750329
    • 提供者:pengxiaomei
  1. final

    0下载:
  2. 针对4×4方形的运动目标检测,采用DS算法——菱形算法(钻石算法)。MATLAB实现-4 × 4 square against the moving target detection, the use of DS algorithm- diamond-shaped algorithm (diamonds algorithm). MATLAB to achieve
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:3687
    • 提供者:isalso
  1. sport

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

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