Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - SAD matching
Search - SAD matching - List
SAD立体匹配程序,附带测试图像.立体匹配学习的好内容。-SAD stereo matching process, attached to the test image. Stereo Matching learn the content.
Update : 2025-02-17 Size : 2.52mb Publisher : 张涛

NCC算法的描述,很详细,适合初学者,图像匹配必须-NCC algorithm described in great detail, suitable for beginners, image matching to be
Update : 2025-02-17 Size : 136kb Publisher : 刘明烁

微软研究院做的一个 集合了几种常见的立体匹配算法:包括sad,ssd,bp,maxflow等等。而且自带truth map可以评估自己的算法-Microsoft Research to do a collection of several common stereo matching algorithm: including the sad, ssd, bp, maxflow and so on. Truth map and can bring their own assessment of their own algorithm
Update : 2025-02-17 Size : 175kb Publisher : woxiest

用块匹配法求超分辨率复原中的运动矩阵!提出了一种快速,半像素的三步法!-Block-matching method using super-resolution recovery of movement in the matrix! Presents a fast, three-step half-pixel!
Update : 2025-02-17 Size : 94kb Publisher : allen

stereo matching -sad -ssd -n-stereo matching -sad -ssd -ncc
Update : 2025-02-17 Size : 672kb Publisher : JangInYeop

本算法在Matlab2008b 环境下实现。包括main,san 和ssd 三个函数。 这次实现的算法并不是比较两个已经知道的点是否匹配,而是已知一个图形中的特征点,在另外一个图像中找到与其最匹配的点,匹配度用SAD 或者SSD 来度量。 main.m 是程序的入口,包括生成和读入实验数据,调用sad 函数和ssd 函数求匹配点,最后绘 制出最后的结果。sad.m 是用sad 度量方法在另一图中求解匹配点的函数实现,有3 个参数 y=sad(x,image1,image2)。其中x 是代匹配的数据,image1 是图像1 数据,image2 是图像2 数据。 从理论上分析,ssd 比sad 算法要复杂一点,经过测试,在一幅640*480 的图像中寻找10 个匹配点数据SAD 用时25.062519 秒,SSD 用时25.291432 秒。-The algorithm Matlab2008b environment to achieve. Including the main, san, and ssd three functions. The implementation of the algorithm is not the point of comparing two matches already know, but the known feature points in a graphic, an image found in the other match with the most points, matching measured with the SAD or SSD. main.m is the entry, including the generation and reading test data, call the sad ssd function evaluation functions and matching points, and finally draw the final result. sad.m measure is sad figure in another match point in the function implementation to solve, there are three parameters y = sad (x, image1, image2). Where x is the generation of matching data, image1 is the data image 1, image2 is the image 2 data. From the theoretical analysis, ssd little more complicated than the sad algorithm, tested in a 640* 480 images of 10 match points in the search for data using time 25.062519 seconds SAD, SSD with time 25.291432 seconds.
Update : 2025-02-17 Size : 2.88mb Publisher : qqqqqq

MATLAB code for SAD stereo matching
Update : 2025-02-17 Size : 1kb Publisher : Tran Van Tuan

DL : 1
SAD匹配,修改下文件路径即可用,matlab-SAD matching, can be used to modify the path
Update : 2025-02-17 Size : 2.63mb Publisher : feng

SAD立体匹配 3维图像处理匹配的同学可以参考,很好用的哦-SAD three-dimensional image processing stereo matching matching students can refer to, with, oh well
Update : 2025-02-17 Size : 323kb Publisher : wenxin

实现了立体匹配的SAD算法计算视差图,结果比较理想-Using the SAD algorithm to calculate the disparity map of stereo matching, the result is good.
Update : 2025-02-17 Size : 1kb Publisher : wangyujie

sad模版匹配算法用于图像匹配,可简单实现两幅图片的匹配。适合初学者-Sad template matching algorithm for image matching, can be simple to implement two picture matching. For beginners...
Update : 2025-02-17 Size : 1kb Publisher : Lance

一个简单的用与图像匹配的matlab程序,运用SAD算法-a simple matlab program for photo matching using SAD algorithm
Update : 2025-02-17 Size : 5.71mb Publisher : Ren Zicheng

用相似性方法做的特征点的匹配,比较了SSD与SAD方法的各自效果。-feature points matching method used by the similarity, and comparing the respective effects of the SSD and SAD methods.
Update : 2025-02-17 Size : 2.92mb Publisher : 钱春俊

sad匹配算法,实现双目立体视觉中两个图像的匹配。-sad matching algorithm
Update : 2025-02-17 Size : 15.76mb Publisher : 叶巍

DL : 0
sad、ssd、ncc的立体匹配方法,测试效果好,适合初学者-Sad, SSD, NCC stereo matching method, the test effect is good, suitable for beginners
Update : 2025-02-17 Size : 777kb Publisher : 张小学

主要用C描述了立体匹配的比较简单的一种算法,运用差的绝对值进行匹配耗费的计算。-Mainly use C describes the simpler a stereo matching algorithm, using the absolute value of difference matching cost calculation.
Update : 2025-02-17 Size : 382kb Publisher : xuwenjing

为提高基于块的运动预测的搜索精度,该文基于块匹配准则,提出最小绝对差分误差和(SADD)算法。SADD 以 SAD 为基础,利 用块匹配中相邻像素点误差之间相关性,将块内各像素误差按一定顺序进行差分,消除了相邻点误差之间的冗余。该算法更精确地表达了 块与快之间的相似程度。实验结果表明,该算法可有效降低码率,提高 PSNR 值,而且其鲁棒性好,可适用于各种序列。 -n order to improve the search accuracy performance of motion estimation based on block, this paper researches the block matching algorithm, brings forward a new matching algorithm named the minimum Sum Of Absolute Different Differences(SADD). Based on SAD, the algorithm SADD takes advantage of the relativity in the adjacent differences inside one block, adopts the difference operation in a certain order to remove the redundancy, which enables the algorithm SADD to describe the similarity between two blocks much more accurately. Simulation result shows that this algorithm can reduce the bitrate effectively and improve the PSNR performance well. And it can be adapted to kinds of video sequences.
Update : 2025-02-17 Size : 95kb Publisher : tom

matlab基于SAD的区域立体匹配方法,matlab基于SAD法对左右两幅图片进行匹配,并生成深度图像.m文件。- matlab SAD stereo matching method based on region, matlab SAD method based around two images match, and generates the depth image. m files.
Update : 2025-02-17 Size : 1kb Publisher : 李鹏

C++实现的SAD立体匹配算法,速度快,效果不错(SAD stereo matching method,it runs well.)
Update : 2025-02-17 Size : 767kb Publisher : 刚古尼尔

SAD算法进行双目立体视觉匹配的相关文档及代码(Related documents and codes of sad algorithm for binocular stereo vision matching)
Update : 2025-02-17 Size : 713kb Publisher : Jasper_whut
« 12 3 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.