Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 ?

...

boost

...

vlfeat

  • URL http://www.boostvlfeat.org/
  • Version v1.46.1 libboost-python1.46-dev
  • Install See pyVLFeat instructions below to install boost.

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.

...

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

...