• Stars
    star
    138
  • Rank 263,100 (Top 6 %)
  • Language
    C++
  • Created over 7 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The code for the proposed line segment matching method

Hierarchical line matching based on Line-Junction-Line structure descriptor and local homography estimation

Demo

The code is based on the following two papers. Please cite them if you find the code useful for your research. Please contact Kai Li ([email protected]) if you have any question, or you are going to use the code for purpose beyond research.

@article{li2016hierarchical,
  title={Hierarchical line matching based on Line--Junction--Line structure descriptor and local homography estimation},
  author={Li, Kai and Yao, Jian and Lu, Xiaohu and Li, Li and Zhang, Zhichao},
  journal={Neurocomputing},
  volume={184},
  pages={207--220},
  year={2016},
  publisher={Elsevier}
}

@inproceedings{li2014robust,
  title={Robust line matching based on ray-point-ray structure descriptor},
  author={Li, Kai and Yao, Jian and Lu, Xiaohu},
  booktitle={Asian Conference on Computer Vision},
  pages={554--569},
  year={2014},
  organization={Springer}
}

Dependecy

The code is based on OpenCV (2.*), and requires CMake for compilation. The code has been tested in both Windows and Linux. Should you meet any problem in compiling the code, feel free to contact with Kai Li ([email protected]).

Demo

./LSM ./data/1.jpg ./data/2.jpg