paulinus / libmv

The multi-view reconstruction library

Home Page:http://libmv.googlecode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

== 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/

About

The multi-view reconstruction library

http://libmv.googlecode.com

License:MIT License


Languages

Language:C++ 89.3%Language:Python 5.4%Language:CMake 4.8%Language:C 0.4%Language:QMake 0.1%Language:GLSL 0.0%Language:Makefile 0.0%Language:Shell 0.0%