搜索资源列表
ImageMatch
- 这是一个基于matlab的图像匹配算法,通过先后两帧中相同的部位,在前一帧中搜索协方差最大的匹配点。
surf
- 主要是实现了图像匹配和图像配准,是一个很不错的算法模块-Achieved mainly image matching and image registration, is a very good algorithm module
Fast_NCC_Corr
- matlab写的图像匹配算法 十分有效可用 值得学习!-matlab write very effective image matching algorithm can be worth learning!
采用邻域差值特征模板的立体匹配方法
- 算法给出一种图像匹配方法,通过计算一幅图像中间隔一定距离的两点的像素邻域差值作为特征模板,再计算另一幅图像中在同一扫描线上间隔同样距离的像素邻域的差值,将它与特征模板的偏差作为匹配标准,偏差最小的点就认为是匹配点。
image_matching_algorithm
- 关于图像匹配的算法,根据给定图像,在目标图像上找到目标,达到匹配的目的。-With regard to , according to the given image, the target image to find the target, to match the image matching algorithmpurpose.
APyramid
- 基于VC++的图像匹配的金字塔算法。输入原始的512*512灰度图像,同时输入模板图像,分别输出图像和模板图像的三层金字塔图像,用来分层匹配;对输入图像利用小波变换分层,并形成三层金字塔,然后对模板图像做同样的处理,然后从顶至下以此对原始图像和模板图像进行匹配,匹配采用简单的对应像素的绝对误差累计来表示。提供测试模式集及其测试结果。-Based on VC++ pyramid algorithm for image matching. Enter the original 512* 512 gr
templatematching
- 基于hausdorff距离的图像模板匹配算法-Hausdorff distance image based on template matching algorithm
tuxiangpipeidejingdiansuanfahegaijin
- 图像匹配的经典算法和改进,上海交通大学内部数据库提供-Classical image matching algorithm and improved internal databases, Shanghai Jiaotong University
IBR-application
- IBR算法在图像匹配上的应用,我也在学习中-Image matching based on IBR
1884425program
- 图像处理 计算基于hausdorff距离和遗传算法的图像匹配(只有旋转和平移)-Hausdorff distance calculation is based on image processing and genetic algorithms image matching (only rotation and translation)
pipei
- 这是用matlab编写的一个数字图像匹配算法-It is written with a digital image matlab matching algorithm
Gabor-and-histogram-features
- gabor变换和直方图特征的 图像匹配算法 及其比较-Gabor transform and the histogram image matching algorithm and its characteristics of the comparison
surf算法+匹配点的对应显示
- 利用opencv中的surf算法进行图像匹配,并将匹配对对应显示
TUIXANG
- 基于兴趣点的对互信息度的图像匹配算法,介绍详细-Based on the mutual information of the image matching algorithm point of interest, Detailed
基于sift算法的图像拼接,匹配和仿射变换的源代码,初学者可以参考
- 该代码包涵了sift算法中的特征匹配,提纯,两幅图像之间的仿射变换和最终实现图像的拼接技术,比较容易理解,更适合于初学者
ssda
- 图像匹配算法--MATLAB实现--鼠标勾选区域匹配-Image matching algorithm- MATLAB realization- mouse tick regional match
mycanny
- 基于修正的hausdorff的图像匹配算法,可快速实现图像匹配-hausdorff mattch
SAD窗口局部立体匹配
- windows 环境下采用Matlab实现的SAD局部窗口立体匹配算法,主要针对的是灰度图像,能够形成视差图
自适应权值立体匹配算法
- 一种改进的自适应权值立体匹配算法,用于图像处理等(An improved adaptive weight stereo matching algorithm for image processing, etc.)
sift匹配算法代码
- 利用matlab来实现sift图像匹配,做影像匹配方面研究的,有需要相关函数的可以下载,选取利用。