iago-suarez / LJL

The code for the proposed line segment matching method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 (li.kai.gml@gmail.com) 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 (li.kai.gml@gmail.com).

Demo

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

About

The code for the proposed line segment matching method


Languages

Language:C++ 72.5%Language:C 27.3%Language:CMake 0.2%