libmv-capi-sys 0.1.3

Unsafe FFI bindings for libmv, Blender's motion-tracking library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Project: FLANN
URL: http://people.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN
License: BSD
Upstream version: 1.2 released February 2009
Doc : http://people.cs.ubc.ca/~mariusm/uploads/FLANN/manual.pdf

Local modifications:
* Remove matlab and python from CMAKE native build system.

* Code changes :
* Add CMake Build system
* Fix warnings and errors at compilation time
* Change FLANNParameters::char* log_destination to FLANNParameters::const char* log_destination
* Remove the macro to export function as DLL. We use flann as a static library.