Skip to content

Commit 4febd99

Browse files
committed
Update README.md
1 parent 3838371 commit 4febd99

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# WideBaselineFeatureMatcher_PAMI
2-
(1) How to execute the program <br />
3-
The .exe file contained in this repo was compiled under Windows7 64bit using Microsoft Visual Studio 2010 and nvcc of CUDA V7.0. In order to run the .exe file, you need first to download and install CUDA 7.0. The program can only be ran under Windows system at this time and an Nvidia card supporting CUDA is also a necessity.
2+
New: We have just released the libraries for CODE matcher, check them out under CODE-Libs folder !!
3+
4+
(1) How to run the program <br />
5+
The .exe file contained in this repo was compiled under Windows7 64bit using Microsoft Visual Studio 2010 and nvcc of CUDA 7.0. In order to run the .exe file, you need first to download and install CUDA 7.0. The program can only be ran under Windows system at this time and an Nvidia card supporting CUDA is also a necessity.
46

57
(2) How to use the program
68
- executing the CODE.exe from commandline without any parameters will display all parameter options
@@ -25,7 +27,7 @@ The .exe file contained in this repo was compiled under Windows7 64bit using Mic
2527
- "-nmal" tells the program that you do not want the VSFM compatible matches, you just need normal matching ouput. Example: C:/CODE -pwis -indb C:/image_list.txt -nmal
2628

2729
(3) Compatibility with VisualSFM <br />
28-
The default outputs from this program including .sift and matchings.txt are all VSFM compatible. You can directly feed the outputs from thie program to VSFM without any trouble. You may notice that there is also a file called .aux. These files store the information about affine and must be put in the same folder as .sift files.
30+
The default outputs from this program including .sift and matchings.txt are all VSFM compatible. You can directly feed the outputs from the program to VSFM without any trouble. You may notice that there is also a file called .aux. These files store the information about affine and must be put in the same folder as .sift files.
2931

3032
(4) Parameter tuning <br />
3133
We have two sets of parameters ready for tuning: sift feature detection and bilateral function. You can find bilateral_settings.txt and siftParam_settings.txt in the unzipped folder. <br />

0 commit comments

Comments
 (0)