-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve readme in root and remove readme in MSLD to avoid confusion
- Loading branch information
Big Smile
committed
Mar 14, 2014
1 parent
ca8c7ba
commit b4c31cc
Showing
2 changed files
with
4 additions
and
37 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
===== SOFTWARE ===== | ||
|
||
This software contains the SMSLD implementation as proposed by | ||
Bart Verhagen, Radu Timofte ([email protected]) and | ||
Bart Verhagen ([email protected]), Radu Timofte ([email protected]) and | ||
Luc Van Gool ([email protected]). The current implementation | ||
is based on the MSLD implementation of Zhiheng Wang ([email protected]), | ||
Fuchao Wu and Zhanyi Hu. | ||
|
@@ -21,9 +21,10 @@ All comments can be addressed to [email protected] or barrie.verhagen@gmail. | |
- Change the *.props files in SMSLD/opencv to point to your openCV implementation. | ||
- Compile the SMSLD/SMSLD/SMSLD_Step2_Match/TianMatch.sln project using Visual Studio. | ||
- Change in matlab/workspace/testbench/SMSLD/testSMSLD.m and | ||
matlab/workspace/testbench/SMSLD/testBenchmark.m the 'path_to_exe' variable to | ||
matlab/workspace/testbench/SMSLD/benchmark.m the 'path_to_exe' variable to | ||
point to the binary created during the compilation of the TianMatch.sln project. | ||
- Run testSMSLD using matlab. | ||
- Run testSMSLD using matlab. | ||
Note: default the paths are set to run the test algorithms in the directory they exist. | ||
|
||
===== Additional notes ===== | ||
The MSLD implementation on which the SMSLD implementation is based is unstable. | ||
|