搜索资源列表
SADMatching
- SAD立体匹配程序,附带测试图像.立体匹配学习的好内容。
SADMatching
- SAD立体匹配程序,附带测试图像.立体匹配学习的好内容。-SAD stereo matching process, attached to the test image. Stereo Matching learn the content.
StereoVision_SSD
- 本算法在Matlab2008b 环境下实现。包括main,san 和ssd 三个函数。 这次实现的算法并不是比较两个已经知道的点是否匹配,而是已知一个图形中的特征点,在另外一个图像中找到与其最匹配的点,匹配度用SAD 或者SSD 来度量。 main.m 是程序的入口,包括生成和读入实验数据,调用sad 函数和ssd 函数求匹配点,最后绘 制出最后的结果。sad.m 是用sad 度量方法在另一图中求解匹配点的函数实现,有3 个
picture
- 用MATLAB对两幅图片进行图像匹配,程序运用了两种匹配算法:1.sad算法2.ssad算法3.的采用界面输入输出方式.-MATLAB to two picture image matching, and the program using the two matching algorithms: 1. Sad algorithm 2.Ssad algorithm of the input and output interface mo
SAD
- 一个简单的用与图像匹配的matlab程序,运用SAD算法-a simple matlab program for photo matching using SAD algorithm
111
- 能够实现特定区域的图片匹配,选取特定区域 经过大概三秒的运行 可以在原图中找到模板图片(Matching can realize the specific area of the picture, select a specific area after about three seconds operation can be found in the original image template images.)
SSD+SAD+NCC算法
- 实现两幅图像匹配。应用SSD+SAD+NCC算法的匹配,很好用的程序(Realizing Two Image Matching.Application of SSD+SAD+NCC algorithm matching, very useful program)