Introduction
Instead of downloading ready to use Bundler distribution, you can compose it yourself from several pieces.
Details
Install Bundler:
- Create bundler directory in the osm-bundler/software directory.
- Download the latest Bundler binaries from http://phototour.cs.washington.edu/bundler/
- Unpack bin directory from the Bundler distribution to the osm-bundler/software/bundler directory
Install VLFeat library:
- Create vlfeat/bin directory in the osm-bundler/software directory.
- Download the latest VLFeat library binaries from http://www.vlfeat.org/download.html
- Unpack vlfeat/bin/w32 and vlfeat/bin/glx directories from the VLFeat distribution to the osm-bundler/software/vlfeat/bin directory
Optionally you can install SIFT demo distribution developed by David Lowe:
- Create sift-lowe directory in the osm-bundler/software directory.
- Download SIFT demo distribution from http://people.cs.ubc.ca/~lowe/keypoints/
- Unpack sift and siftWin32.exe files from the SIFT demo distribution to the osm-bundler/software/sift-lowe