-
StereoVision_SSD
本算法在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.
)
- 2011-01-25 19:06:47下载
- 积分:1
-
fingerprint-classification3
该程序是指纹分类源码,其中计算方向场部分MATLAB源码(The program is fingerprint classification code, which calculate the direction of the field part of the MATLAB source code)
- 2011-07-07 09:15:50下载
- 积分:1
-
matlabsanweichongjian
说明: matlab三维重建程序 完整的程序,入门相当不错,值得学习!(matlab program complete three-dimensional reconstruction process started quite well, it is worth learning!)
- 2010-04-20 10:21:28下载
- 积分:1
-
FLICM-Yan47
说明: 此代码是由FCM算法改变的且用于图像分割,比FCM算法对图像的分割的效果更好(This code is changed by FCM algorithm and is used for image segmentation, which is better than FCM algorithm for image segmentation)
- 2019-11-20 15:08:33下载
- 积分:1
-
SHUZITUXIANGCHULIYUANDAIMA
数字图像处理源码,包含数字图像处理的诸如边缘检测等多个功能程序(C++)(Source digital image processing, including digital image processing such as edge detection and many other functional procedures (C++))
- 2008-06-01 10:59:54下载
- 积分:1
-
Local-Binary-Pattern-Features
对计算图像的LBP矩阵并具备旋转不变性,用于目标检测和识别(The LBP matrix of the calculated image has the rotation invariance for target detection and recognition)
- 2017-05-07 20:10:18下载
- 积分:1
-
sw
说明: 包含多个函数,可直接调用(需按注释输入参数),对ppm和pgm文件,读、写和多种图像处理。(Ppm and pgm file for reading and writing, and various image processing)
- 2014-12-23 21:42:23下载
- 积分:1
-
zishiyinglvbo
本文件为一个可以实现自适应滤波算法的函数。在去噪等方面有这较好应用。(This document is an adaptive filtering algorithms to achieve the function. This application has a good de-noising and so on.)
- 2015-03-27 00:50:39下载
- 积分:1
-
BSS
很棒的盲源分离的源代码 值得大家做盲信号处理的好的源代码(Great blind source separation of the source code is worth doing good blind signal processing source code)
- 2011-07-14 15:19:22下载
- 积分:1
-
renlianpeizhun
人脸图像配准,将同一场景的两幅或多幅图像进行对准,可以实现人脸归一化(Face image registration, the same scene two or more images for the alignment can be achieved face normalization)
- 2013-11-08 16:23:40下载
- 积分:1