Skip to content

Commit cd6ff3a

Browse files
committedDec 29, 2013
edits to INSTALL.txt
1 parent dd379dd commit cd6ff3a

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed
 

‎INSTALL.txt

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
--------------------------------------------------------------------------
2-
Bundler v0.4 Installation Guide
3-
copyright 2009 Noah Snavely (snavely@cs.cornell.edu)
2+
Bundler Installation Guide
3+
copyright 2009-2013 Noah Snavely (snavely@cs.cornell.edu)
44

55
based on the Photo Tourism work of Noah Snavely, Steven M. Seitz,
66
(University of Washington) and Richard Szeliski (Microsoft Research)
77

88
For more technical information, visit http://phototour.cs.washington.edu
99

1010
The source provided in this distribution can be accessed at
11+
https://github.com/snavely/bundler_sfm
12+
or at
1113
http://phototour.cs.washington.edu/bundler/
1214
--------------------------------------------------------------------------
1315

@@ -38,7 +40,7 @@ standard packages. The required libraries are:
3840

3941
- MINPACK (non-linear minimization library)
4042
- f2c (fortran to C library)
41-
- gfortrain (GNU Fortran compiler package)
43+
- gfortran (GNU Fortran compiler package)
4244

4345
If you install alternate versions of these libraries, you may need to
4446
edit the Bundler Makefile (src/Makefile) to make sure that these
@@ -57,7 +59,14 @@ On a Linux (or cygwin) system, typing "make" in the base directory
5759
will compile Bundler and its dependencies (assuming all goes well).
5860
Upon successful compilation, an executable called 'bundler' will be
5961
copied to the bin directory, along with an executable called
60-
'KeyMatchAll'.
62+
'KeyMatchAll'. Note that bundler optionally can use Ceres solver for
63+
bundle adjustment (the default solver is SBA, but Ceres is often much
64+
faster). Assuming you have installed Ceres and its dependencies, you
65+
can enable compilation with Ceres by editing 'src/Makefile' and
66+
uncommenting the USE_CERES=true line. If you are using RunBundler.sh
67+
to run the bundler pipeline, you will also need to create a
68+
RunBundler.sh config file with the line USE_CERES=true (see
69+
RunBundler.sh for more details).
6170

6271
For Windows systems, see the vc++ directory for a Visual Studio 2005
6372
solution file (vc++/Bundler.sln).

0 commit comments

Comments
 (0)
Please sign in to comment.