-
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
-
envi_split_to_multiple_single_band_files
说明: 在ENVI中利用此程序可将多光谱影像拆分为单个波段。(In ENVI, multi-spectral images can be divided into single bands by using this program.)
- 2019-04-18 14:57:21下载
- 积分:1
-
使用极限学习机ELM算法进行遥感图像分类的源代码ELMexam
使用极限学习机ELM算法进行遥感图像分类的源代码,很好的例子(Use extreme learning machine ELM remote sensing image classification algorithm source code, a good example)
- 2020-12-27 10:29:03下载
- 积分:1
-
Nonlinear-structure-tensors
利用非线性结构张量处理一些图形问题,能够有效的解决和优化现成的处理方法(In this article, we introduce nonlinear versions of the popular structure tensor, also known as second moment matrix. These nonlinear structure
tensors replace the Gaussian smoothing of the classical structure tensor by discontinuity-preserving nonlinear diffusions)
- 2012-10-30 22:35:28下载
- 积分:1
-
Phase-_-extract-line
5相位编组法实现纹理直线边缘的检测matlab程序代码。不同于hough变换。附带文字的原理讲解(The five-phase grouping texture straight edge detection ,matlab code. Different from the hough transform. explain with the accompanying text
)
- 2020-11-20 10:59:37下载
- 积分:1
-
SPIHT
spiht 图形程序压缩代码 代码可用 请仔细研读 并适当修改为适合自己的 (SPIHT graphics program to compress code code available, please carefully read and amended as appropriate for their own)
- 2012-07-06 14:06:10下载
- 积分:1
-
opticalflow
用光流法进行运动物体的检测和跟踪,并返回运动方向(Light flow method of moving object detection and tracking, and return to the direction of movement)
- 2009-07-15 14:03:10下载
- 积分:1
-
hog
方向梯度直方图的全部代码,广泛应用于行人检测行人检测(Histogram of Oriented Gradients code Pedestrian Detection)
- 2013-10-19 20:49:05下载
- 积分:1
-
Virtual-oscilloscope
说明: 虚拟示波器实现示波器的功能 数据采集 处理 存储(Virtual oscilloscope)
- 2021-03-10 14:19:26下载
- 积分:1
-
zernikeCT
此程序为泽尼克的方法拟合离散点的数据,用于图像处理。(Zernike parameter fitting)
- 2013-11-16 19:55:34下载
- 积分:1