...
- URL http://www.vlfeat.org/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
|
2. Download pyvlfeat: bzr branch lp:pyvlfeat
3. Build pyvlfeat by running sudo python setup.py build
...
example
...
usage
...
-
...
calibration
...
---------------------------
...
./calibrate.py
...
calibration-images
...
9
...
6
...
calibration-data
...
This
...
uses
...
the
...
chessboard
...
images
...
in
...
directory
...
calibration-images.
...
Each
...
chessboard
...
has
...
9x6
...
inner
...
corners.
...
The
...
resulting
...
camera
...
matrices
...
are
...
persisted
...
into
...
directory
...
calibration-data.
...
example
...
usage
...
-
...
dewarping
...
-------------------------
...
./dewarp.py
...
calibration-data
...
left.jpg
...
right.jpg
...
dewarped.png
...
This
...
uses
...
the
...
calibration
...
matrices
...
from
...
directory
...
calibration-data
...
to
...
perform
...
stereo
...
dewarping
...
of
...
the
...
image
...
pair
...
given
...
by
...
left.jpg
...
and
...
right.jpg.
...
The
...
dewarped
...
output
...
is
...
then
...
persisted
...
to
...
dewarped.png
...
Code Block |
---|
Calibration notes
- 6 minutes to run calibration on 2 cores, 2 GB VM.
- 6 minutes to run calibration on 4 cores, 2 GB VM.