alicevision / ofxMVG

OFX plugins for Multiple View Geometry

Home Page:http://alicevision.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ofxMVG

OpenFX plugins for Multiple View Geometry

This project is not ready for end users and is not maintained for now. It has been developed for testing and analyzing camera tracking algorithms. It may become active again in the future, but not for now.

CameraLocalizer

CameraLocalizer estimates the camera pose of an image regarding an existing 3D reconstruction generated by openMVG. The plugin supports multiple clips in input to localize a RIG of cameras (multiple cameras rigidly fixed).

Camera localization screenshot

CameraLocalizer on ShuttleOFX

LensCalibration

LensCalibration estimates the best distortion parameters according to the couple camera/optics of a dataset. The plugin supports video file & folder containing images or image sequence.

LensCalibration on ShuttleOFX

Compilation

git submodule update -i
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=../install
make install

Usage

export OFX_PLUGIN_PATH=/path/to/ofxMVG/install

Then launch your preferred OpenFX Host. Currently, the plugins have only been tested in Nuke.

License

The plugins are released under the MPL License.

About

OFX plugins for Multiple View Geometry

http://alicevision.org

License:Mozilla Public License 2.0


Languages

Language:C++ 97.0%Language:Python 2.1%Language:CMake 0.9%