Welcome![Sign In][Sign Up]
Location:
Search - diamond search

Search list

[Multimedia DevelopmotionEstDS

Description: 菱形搜索算法是在四步搜索算法的基础上采用菱形搜索路线得到的一种算法。它充分考虑了现实中的物体在水平和垂直这两个方向运动的概率比较大,图像的频谱多呈菱形。菱形搜索算法采用了两种搜索模式:大菱形搜索模式(LDSP)和小菱形搜索模式(SDSP)[6]。LDSP有一个中心点和它周围的8个搜索点构成,这九个点组成一个菱形,SDSP由5个搜索点构成-Diamond search algorithm in the four-step search algorithm based on the use of diamond-shaped search route received an algorithm. It takes full account of the reality of the objects in the horizontal and vertical direction of movement of both the probability of relatively large, mostly diamond-shaped image of the spectrum. Diamond search algorithm uses two search modes: large diamond search pattern (LDSP) and small diamond search pattern (SDSP) [6]. LDSP there is a focal point and its surrounding eight points, english composition, the nine points of a diamond, SDSP by five points constitute english
Platform: | Size: 2048 | Author: 赵光 | Hits:

[Streaming Mpeg4H.263DSP

Description: 本文的工作是实现一个视频监控系统的软件核心部分。在内容上首先对 H. 263视频编码标准进行叙述,接下来讨论实现快速运动估计的方法,针对块 匹配运动估计给出了一种改进的钻石搜索算法代替原有的三步搜索法。实验 结果证明,经算法改进优化的新钻石搜索法优于原先的三步攫索法,大大提 高了程序运行的效率。随后简单介绍了C64xx系列DSP和视频数据的AVI存 储方式,研究了用软件的方法实现 H. 263编码标准,以及将其移植到 DSP后 的优化问题,最终达到了在 DSP上实时编码的要求。-This article is the realization of a video surveillance system in the core of the software. First of all, the contents of H. 263 video coding standards are described, followed by discussion of fast motion estimation methods, for block-matching motion estimation is given an improved search algorithm in place of the original diamond three-step search method. Experimental results show that by the algorithm to improve the optimization of the new diamond search method is superior to the original three captured Sofa, greatly improve the efficiency of the program is running. Then briefly introduce the DSP Series C64xx and AVI video data storage, research using the software method H. 263 coding standard, and its transplantation to the DSP after the optimization problems, and ultimately reached in the DSP real-time encoding requirements.
Platform: | Size: 2752512 | Author: liu | Hits:

[Streaming Mpeg402

Description: MPEG-4視訊壓縮技術-範例程式-鑽石搜尋法--MPEG-4 video compression technology- an example of the program- the diamond search method--
Platform: | Size: 1024 | Author: | Hits:

[OtherMotionSearch

Description: 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
Platform: | Size: 17408 | Author: cc | Hits:

[Windows DevelopPMVFAST

Description: 钻石搜索法可以在帧间预测中准确的收索到匹配的宏块或者是子块,从而有效的降低码率和改善图像质量-Diamond Search interframe prediction method can accurately claim to match the collection of sub-macroblock or block, so as to effectively reduce the bit rate and improve image quality
Platform: | Size: 32768 | Author: KDM | Hits:

[Multimedia programDS

Description: diamond search algorithm
Platform: | Size: 3499008 | Author: wajdi | Hits:

[matlabmotionEstDS

Description: Code for motion estimation using the DS (diamond search) algorithm.
Platform: | Size: 2048 | Author: naim12345 | Hits:

[Special Effectsmotionmation

Description: 很好用运动估计算法,实现了菱形搜索算法的作用-Very good motion estimation algorithm used to realize the role of the diamond search algorithm
Platform: | Size: 522240 | Author: 姚劲草 | Hits:

[VC/MFCmotionestmatetwolevel

Description: 实现了菱形算法的两级搜索,精度高,运算量小,有效性好。-Realized two diamond search algorithm, high accuracy, computing a small amount of good validity.
Platform: | Size: 175104 | Author: 姚劲草 | Hits:

[matlabBlockMatchingAlgoMPEG

Description: Block Matching Algorithms for Motion Estimation This project contains the project report and source code by Aroh Barjatya for Digital Image Processing Class at Utah State University. Following is a short description of the m files in this zip motionsEstAnalysis.m Script to execute all Algorithms motionEstES.m Exhaustive Search Algorithm motionEstTSS.m Three Step Search Algorithm motionEstNTSS.m New Three Step Search Algorithm motionEstSESTSS.m Simple And Efficient Search Algorithm motionEst4SS.m Four Step Search Algorithm motionEstDS.m Diamond Search Algorithm motionEstARPSm Adaptive Root Pattern Search Algorithm costFuncMAD.m Mean Absolute Difference Function minCost.m minimum cost among macro blocks motionComp.m motion compensated image creator imgPSNR.m finds image PSNR w.r.t. reference image The test images can be found at http://cc.usu.edu/~arohb/caltrain.zip-Block Matching Algorithms for Motion Estimation This project contains the project report and source code by Aroh Barjatya for Digital Image Processing Class at Utah State University. Following is a short description of the m files in this zip motionsEstAnalysis.m Script to execute all Algorithms motionEstES.m Exhaustive Search Algorithm motionEstTSS.m Three Step Search Algorithm motionEstNTSS.m New Three Step Search Algorithm motionEstSESTSS.m Simple And Efficient Search Algorithm motionEst4SS.m Four Step Search Algorithm motionEstDS.m Diamond Search Algorithm motionEstARPSm Adaptive Root Pattern Search Algorithm costFuncMAD.m Mean Absolute Difference Function minCost.m minimum cost among macro blocks motionComp.m motion compensated image creator imgPSNR.m finds image PSNR w.r.t. reference image The test images can be found at http://cc.usu.edu/~arohb/caltrain.zip
Platform: | Size: 118784 | Author: Yashil | Hits:

[Streaming Mpeg4yundong-guji-pipei

Description: matlab平台的一些运动估计块匹配算法,包括3步法,新3步法,4步法,菱形搜索-motionsEstAnalysis.m——Script to execute all Algorithms motionEstES.m——Exhaustive Search Algorithm motionEstTSS.m——Three Step Search Algorithm motionEstNTSS.m——New Three Step Search Algorithm motionEstSESTSS.m——Simple And Efficient Search Algorithm motionEst4SS.m——Four Step Search Algorithm motionEstDS.m——Diamond Search Algorithm motionEstARPSm——Adaptive Root Pattern Search Algorithm costFuncMAD.m——Mean Absolute Difference Function minCost.m ——minimum cost among macro blocks motionComp.m——motion compensated image creator imgPSNR.m ——finds image PSNR w.r.t. reference image
Platform: | Size: 498688 | Author: lsr | Hits:

[matlabmotionEstDS

Description: matlab编写的菱型搜索算法,希望大家有用-Diamond Search Algorithm
Platform: | Size: 2048 | Author: wang | Hits:

[matlabBasicMotionVectorEstimation

Description: 运动估计块匹配算法 以下是工程中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) FourSS.m 四步搜索法(Four Step Search) DS.m 菱形搜索法(Diamond Search) ARPS.m 自适应路径搜索法(Adaptive Root Pattern Search) costFuncMAD.m 绝对误差均值函数 minCost.m 宏块间代价最小块 motionComp.m 图像重建 imgPSNR.m 计算图像的PSNR值-Block matching motion estimation algorithm The following is a simple project m file comments: main.m calls through the main function of basic block matching algorithm FullSearch.m full search method (also known as the Exhaustive Search) ThreeStepSearch.m three-step search method (Three Step Search) NewTSS.m new three-step search method (New Three Step Search Algorithm) SESTSS.m simple and efficient three-step search method (Simple And Efficient TSS) FourSS.m four-step search method (Four Step Search) DS. m diamond search method (Diamond Search) ARPS.m adaptive path search method (Adaptive Root Pattern Search) costFuncMAD.m mean absolute error between the cost of the function minCost.m macroblock most small motionComp.m calculated image reconstruction imgPSNR.m image PSNR value
Platform: | Size: 4724736 | Author: alan | Hits:

[matlabcostFun

Description: 针对视频中的运动估计的钻石搜索法,比三步搜索法好,有源码以及数据。-Motion estimation for video in the diamond search, better than the three-step search method, with source code and data.
Platform: | Size: 2048000 | Author: summer | Hits:

[matlabDiamondSearch

Description: 本程序为块匹配算法的快速搜索策略,菱形搜索法,也叫钻石搜索法-This program is fast block-matching algorithm search strategy, diamond search, also called the diamond search method
Platform: | Size: 1024 | Author: chushouyan | Hits:

[Mathimatics-Numerical algorithmsnew

Description: 新方向性菱形弧形搜索的运动估计算法 Arc directional diamond search of new otion estimation algorithm-_ Arc directional diamond search of new motion estimation algorithm
Platform: | Size: 918528 | Author: nety | Hits:

[Special EffectsARPSpixel

Description: 实现了运动估计中的自适应扁平菱形搜索算法,在matlab中仿真,通过测试-Achieve an adaptive motion estimation flat diamond search algorithm in matlab simulation, test
Platform: | Size: 1024 | Author: 刘军 | Hits:

[matlabMotionEstimation

Description: 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
Platform: | Size: 520192 | Author: 袁永金 | Hits:

[matlabMotion_Est_Alg_DS

Description: Motion estimation algorithm - diamond search
Platform: | Size: 5120 | Author: Karthik | Hits:

[Special Effectsdiamond-search-algorithm

Description: 菱形搜索(DS)算法是目前快速算法中性能最优异的算法之一。块匹配误差实际上是在搜索范围内建立了误差曲面函数,全局最小点对应着最佳运动矢量。-diamond search algorithm for optical-flow
Platform: | Size: 6144 | Author: 李韦宏 | Hits:
« 12 3 »

CodeBus www.codebus.net