zhanshenman / LineMatching

Line matching code of ECCV2016

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This package includes the source codes for "Novel Coplanar Line-points Invariants for Robust Line Matching Across Views".

To run the program, please:

1.Run 'TestLMDll' with Microsoft Visual Studio 2010 to get lines detected by LSD and points matched by SIFT.

2.Put the images into directory 'img' , and put the files of matched points and detected lines into directory 'pts&lines'.

3.Run linematch (linematch.m) in MATLAB.

Some of the paths need to be changed.

About

Line matching code of ECCV2016


Languages

Language:C 72.9%Language:MATLAB 13.6%Language:C++ 13.5%