SoylentGraham / libmv

forked from git://git.blender.org/libmv.git NOT libmv/libmv for my changes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Libmv multiview reconstruction and tracking library
===================================================

Libmv is a simple multiview reconstruction library.

It is not ready yet. If you're interested in contributing, see:

  http://code.google.com/p/libmv

The short story:

 $ git pull git://github.com/Matthias-Fauconneau/libmv.git
 $ make
 $ bin-opt/bin/qt-tracker

Try loading an image sequence and start tracking. This UI may crash on you.
There's a reason we claim libmv is not finished !

Building
--------

Before building, make sure you have the following:

* CMake 2.4 or newer.
* Qt4.

Then run 

 $ make

Problems
--------

If you encounter problems, please mail the branch author or ask for help on irc://irc.freenode.net/libmv

About

forked from git://git.blender.org/libmv.git NOT libmv/libmv for my changes

License:MIT License


Languages

Language:C++ 91.9%Language:Python 5.3%Language:C 2.6%Language:TeX 0.2%Language:Makefile 0.0%Language:Shell 0.0%