登录
首页 » matlab » StereoVision_SSD

StereoVision_SSD

于 2011-01-25 发布 文件大小:2954KB
0 146
下载积分: 1 下载次数: 117

代码说明:

  本算法在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. )

文件列表:

StereoVision_SSD
................\feature.dat,6778,2002-09-05
................\image1.tif,922284,2002-09-05
................\image2.tif,922284,2002-09-05
................\main.m,1055,2011-01-25
................\sad.m,1042,2011-01-25
................\SAD.tif,935564,2009-11-26
................\ssd.m,1052,2011-01-25
................\SSD.tif,935548,2009-11-26
................\ԭͼ.tif,935530,2009-11-26

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • PoissonMesh
    有关三维模型的泊松算法的诸多应用的实现,包括泊松重建和泊松纹理混合算法,由原作者开发,非常可靠(C++ implementation for algorithms including poisson mesh and poisson texture stitching, it is shared by author with wide utilization)
    2020-07-02 21:20:01下载
    积分:1
  • precondition
    该仿真程序实现可见光图像和红外图像的融合,(The visible light image and infrared image fusion )
    2013-05-22 19:03:31下载
    积分:1
  • 一个基于帧差法的matlab行人检测程序
    说明:  一个基于帧差法的matlab行人检测程序(A matlab pedestrian detection program based on frame difference method)
    2019-01-01 19:40:31下载
    积分:1
  • opencv4.3
    自主选择性的查看一幅图像中的部分区域的颜色直方图:允许用户在一幅图像中选择一个矩形区域,通过按住鼠标键画一个矩形,当鼠标放开是,高亮显示矩形框,同时在另一个独立的窗口中,使用画图函数画一个图表(选定区域的颜色直方图),分别用蓝,绿,红表示选中区域中每种颜色的像素数量。(Self-selective color in an image to view a partial area of ​ ​ the histogram: Allows the user to select a rectangular area in an image by holding down the mouse button to draw a rectangle when the mouse is released, the highlighted rectangle, Meanwhile in a separate window, using the drawing functions to draw a chart (selected color histogram region), respectively, with blue, green, red indicates the number of pixels in the selected area of ​ ​ each color.)
    2014-02-13 16:18:41下载
    积分:1
  • lsd
    LSD直线检测算法的原理、步骤、结果文字资料以及具体程序实现(The LSD line detection algorithm principle, the steps of text information as well as specific procedures to achieve)
    2013-05-01 04:38:53下载
    积分:1
  • AffineTrnasformation
    说明:  这是我编写的关于计算机视觉中的一种重要的变换---射影变换的matlab源代码,希望对您有用。(This is what I prepared on computer vision in an important transformation of the projective transformation--- matlab source code, I hope useful for you.)
    2009-08-07 12:05:29下载
    积分:1
  • nsct
    提出一种基于非采样contourlet变换的红外与可见光图像融合方法。高频系数结合活性度量和多分辨率系数间相关性来实现加权融合;低频系数通过局部梯度进行活性度量,再采用加权与选择相结合的规则。(Proposed a contourlet transform infrared and visible image fusion method based on non-sampling. The high-frequency coefficient binding activity to measure the correlation between multi-resolution coefficient weighted fusion activity measure low frequency coefficients of the local gradient, and then weighted and selection combining rules.)
    2020-07-17 17:58:48下载
    积分:1
  • pingjiehefengbu
    图像的自动拼接和缝补,采用sift算法作为匹配,是学习全景图像拼接的基础,大家可以下载下来看看(Automatic image stitching and sewing, using sift algorithm as a match, is the basis for learning panoramic image mosaic, you can download to see)
    2011-10-21 18:49:58下载
    积分:1
  • 07ICIPShi
    图像特征隐写分析,用于分析图像是否含有秘密信息(Image feature steganalysis for the analysis of the image if it contains confidential information)
    2010-01-24 22:58:56下载
    积分:1
  • tikhonov
    该算法用于求解线性病态逆问题,同时该算法已经过实际验证,重建结果较好,希望对大家有所参考。(The algorithm for solving linear pathological inverse problem, at the same time, the algorithm was validated through actual and reconstruction results are good, hope to be of reference.)
    2016-12-05 11:49:16下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载