文件名称:Quasi-dense-match
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 269kb
- 下载次数:
- 0次
- 提 供 者:
- liut*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
代码用于寻找图像间的匹配点。先使用SIFT匹配算法得到两幅图像间的稀疏匹配点,然后再使用quasi-dense propagation算法得到quasi-dense匹配点。代码使用C++编写。
-This program is used to find point matches between two images. The procedure can be divided into two parts:
1) Firstly, using SIFT matching algorithm to find sparse point matches between two images.
2) Secondly, using "quasi-dense propagation" algorithm to get "quasi-dense" point matches. "Quasi-dense" means the matches are distributed evenly, and have quantities been improved significantly.
-This program is used to find point matches between two images. The procedure can be divided into two parts:
1) Firstly, using SIFT matching algorithm to find sparse point matches between two images.
2) Secondly, using "quasi-dense propagation" algorithm to get "quasi-dense" point matches. "Quasi-dense" means the matches are distributed evenly, and have quantities been improved significantly.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
qdmatch
.......\headers
.......\.......\Correspond.h
.......\.......\GaussConvol.h
.......\.......\GlobalPara.h
.......\.......\HeapSort.h
.......\.......\Image.h
.......\.......\KDTree.h
.......\.......\Keypoint.h
.......\.......\Match.h
.......\.......\NyxMat.h
.......\.......\NyxSvd.h
.......\.......\QuasiDense.h
.......\.......\QuasiMatch.h
.......\.......\Ransac.h
.......\.......\ScaleSpace.h
.......\.......\Sift.h
.......\.......\SiftMatch.h
.......\.......\SiftUtil.h
.......\.......\SparseMatch.h
.......\pic
.......\...\v1.JPG
.......\...\v2.JPG
.......\...\v3.JPG
.......\Readme.txt
.......\src
.......\...\Correspond.cpp
.......\...\GaussConvol.cpp
.......\...\HeapSort.cpp
.......\...\Image.cpp
.......\...\KDTree.cpp
.......\...\Keypoint.cpp
.......\...\main.cpp
.......\...\Match.cpp
.......\...\NyxSvd.cpp
.......\...\QuasiDense.cpp
.......\...\QuasiMatch.cpp
.......\...\Ransac.cpp
.......\...\ScaleSpace.cpp
.......\...\Sift.cpp
.......\...\SiftMatch.cpp
.......\...\SparseMatch.cpp
.......\headers
.......\.......\Correspond.h
.......\.......\GaussConvol.h
.......\.......\GlobalPara.h
.......\.......\HeapSort.h
.......\.......\Image.h
.......\.......\KDTree.h
.......\.......\Keypoint.h
.......\.......\Match.h
.......\.......\NyxMat.h
.......\.......\NyxSvd.h
.......\.......\QuasiDense.h
.......\.......\QuasiMatch.h
.......\.......\Ransac.h
.......\.......\ScaleSpace.h
.......\.......\Sift.h
.......\.......\SiftMatch.h
.......\.......\SiftUtil.h
.......\.......\SparseMatch.h
.......\pic
.......\...\v1.JPG
.......\...\v2.JPG
.......\...\v3.JPG
.......\Readme.txt
.......\src
.......\...\Correspond.cpp
.......\...\GaussConvol.cpp
.......\...\HeapSort.cpp
.......\...\Image.cpp
.......\...\KDTree.cpp
.......\...\Keypoint.cpp
.......\...\main.cpp
.......\...\Match.cpp
.......\...\NyxSvd.cpp
.......\...\QuasiDense.cpp
.......\...\QuasiMatch.cpp
.......\...\Ransac.cpp
.......\...\ScaleSpace.cpp
.......\...\Sift.cpp
.......\...\SiftMatch.cpp
.......\...\SparseMatch.cpp