You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# 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.
4
6
5
7
(2) How to use the program
6
8
- 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
25
27
- "-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
26
28
27
29
(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.
29
31
30
32
(4) Parameter tuning <br />
31
33
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