文件名称:LineMatchingSourceCode
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2015-03-03
- 文件大小:
- 2.42mb
- 下载次数:
- 0次
- 提 供 者:
- hit***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
图像匹配是图像处理的基本问题,同时也一个难点,本代码是基于直线描述子的场景匹配。-Line segment matching plays an important role in image processing and computer vision, while it remains a challenging task for images under various transformations. In this work, we present a line matching algorithm which considers both the local appearance of lines and their geometric attributes. To overcome the problem of segment fragmentation and geometric variation, we extract lines in the scale space. To depict the local appearance of lines, we design a novel line descr iptor called as Line Band Descr iptor (LBD) based on the band representation of the Line Support Region (LSR). To uate the pairwise geometric consistencies, we define the pairwise geometric attributes between line pairs. Then we built a relational graph for candidate line matches and employ a spectral technique to solve this matching problem efficiently. The advantages of the proposed algorithm are as follows: (1) it s robust to image transformations because of the multi-scale line detection strategy (2) it s effic
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LineMatchingSourceCode\Line Matching Using Appearance Similarities and Geometric Constraints.pdf
......................\....MatchingSourceCode\CMakeLists.txt
......................\......................\EDLineDetector.cpp
......................\......................\EDLineDetector.hh
......................\......................\LineDescriptor.cpp
......................\......................\LineDescriptor.hh
......................\......................\LineStructure.hh
......................\......................\PairwiseLineMatching.cpp
......................\......................\PairwiseLineMatching.hh
......................\......................\Readme.txt
......................\......................\TestLineMatchingAlgorithm.cpp
......................\LineMatchingSourceCode
LineMatchingSourceCode