forked from keir/libmv
-
Notifications
You must be signed in to change notification settings - Fork 3
/
README
31 lines (18 loc) · 858 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
== Qt OpenCV calibration tool ==
We need artists to test the new Qt OpenCV calibration tool.
This tool takes calibration footage and output lens parameters.
You'll need these parameters for accurate reconstruction.
=== How to Build ===
Install Qt, OpenCV and FFmpeg.
git pull https://github.com/Matthias-Fauconneau/libmv.git
cd libmv
Method #1: This will also build libmv, its dependencies and Qt Tracker
make && bin-opt/bin/qt-calibration
Or Method #2: Build only the calibration tool
cd src/ui/calibration && qmake && make && build/calibration
If you encounter problems, please mail me or ask for help on irc://irc.freenode.net/libmv
=== Links ===
Windows and OSX require you to fetch and install packages manually:
Qt SDK -> http://qt.nokia.com/downloads
OpenCV -> http://opencv.willowgarage.com/wiki/
FFmpeg -> http://www.ffmpeg.org/