Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-01-04 16:22:27 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-01-04 17:39:13 +0300
commitba432299cdd4382130103cf5a84c34693d4a3bdc (patch)
tree8d31ffec1aad8f9216aa1fc7108f494b65f74e7e /intern/libmv/libmv-capi.h
parent6fb6a08bf84d5d16ebac35527a77bec37112494e (diff)
Move Libmv from extern/ to intern/
Logically it is intern library since being mainly developed by 1.5 blender guys.
Diffstat (limited to 'intern/libmv/libmv-capi.h')
-rw-r--r--intern/libmv/libmv-capi.h42
1 files changed, 42 insertions, 0 deletions
diff --git a/intern/libmv/libmv-capi.h b/intern/libmv/libmv-capi.h
new file mode 100644
index 00000000000..92e206a19b2
--- /dev/null
+++ b/intern/libmv/libmv-capi.h
@@ -0,0 +1,42 @@
+/*
+ * ***** BEGIN GPL LICENSE BLOCK *****
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * The Original Code is Copyright (C) 2011 Blender Foundation.
+ * All rights reserved.
+ *
+ * Contributor(s): Blender Foundation,
+ * Sergey Sharybin
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ */
+
+#ifndef LIBMV_C_API_H
+#define LIBMV_C_API_H
+
+#include "intern/autotrack.h"
+#include "intern/camera_intrinsics.h"
+#include "intern/detector.h"
+#include "intern/frame_accessor.h"
+#include "intern/homography.h"
+#include "intern/image.h"
+#include "intern/logging.h"
+#include "intern/reconstruction.h"
+#include "intern/track_region.h"
+#include "intern/tracks.h"
+#include "intern/tracksN.h"
+
+#endif // LIBMV_C_API_H