...
Code Block |
---|
DECAPOD STEREO DEWARPING ======================== required ------------------ - numpy - scipy - python-matplotlib - bzrgit (to download pyvlfeat)pyflann - git (to download pyflannfrom source) - opencv - pyflann - pyvlfeat - boost |
...
- Note bazaar is required to download pyVLFeat
- Install
sudo apt-get install bzr
git
- Required for downloading pyflann from source.
numpy
- Note numpy should be installed prior to pyVLFeat
- Install
sudo apt-get install python-numpy
- Version assuming v1.6.2?
...
- Note Python Setuptools is required to install pyflann from source.
- Install
sudo apt-get install python-setuptools
- Version ?
...
- URL http://www.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN
- Install https://github.com/mariusmuja/flann/issues/15
- License BSD (see source code for license info)
- Note: Install according to link above. Copy
pyflann
directory fromusr/local/lib/python2.7/dist-packages/
to~/decapod-dewarping/
boost
...
vlfeat
- URL http://www.boostvlfeat.org/
- Version v1.46.1 libboost-python1.46-dev
- Install See pyVLFeat instructions below to install boost.
pyVLFeat
- Requires: Boost, numpy
- License: GNU GPL v2
- Note: pyVLFeat requires Python 2.6 (Ubuntu 12.04 uses Python 2.7).
- URL: https://launchpad.net/pyvlfeat
Installing pyVLFeat
To build pyVLFeat in Ubuntu 12.04 (with Python 2.7), change line 74 of the setup.py file to read LinkArgs.append('-lboost_python-mt-py27')
. Then run sudo python setup.py build
.
...
- index.html
- download binary or compile from source
- see http://www.vlfeat.org/install-shell.html for locations of files
- copy "sift" to "/usr/local/bin
- copy "libvl.so" to "/usr/local/lib
- run ldconfig
Code Block |
---|
% sudo add-apt-repository ppa:fkrull/deadsnakes Run Update: % sudo apt-get update Install your flavor: % sudo apt-get install python2.6 python2.6-dev |
...