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>2014-02-06 16:13:12 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-02-06 16:13:12 +0400
commit5cbddd4ca47b4b2b45ae7284129db5b83d1a948c (patch)
treea2b61e7371fdb886553744ef3807c4fdf07bc66f /extern/libmv/third_party/fast/README.libmv
parent9c587ae8a053dd888c60d57080b3fdb0ce87e3f0 (diff)
Bye-bye FAST!
FAST detector has been replaced with fancier Harris, so no need to keep FAST library in the sources now.
Diffstat (limited to 'extern/libmv/third_party/fast/README.libmv')
-rw-r--r--extern/libmv/third_party/fast/README.libmv9
1 files changed, 0 insertions, 9 deletions
diff --git a/extern/libmv/third_party/fast/README.libmv b/extern/libmv/third_party/fast/README.libmv
deleted file mode 100644
index 2110976dd14..00000000000
--- a/extern/libmv/third_party/fast/README.libmv
+++ /dev/null
@@ -1,9 +0,0 @@
-Project: FAST (FAST Corner Detection)
-URL: http://mi.eng.cam.ac.uk/~er258/work/fast-C-src/
-License: BSD
-Upstream version: 2.1, released 12-Jan-2009
-
-Local modifications:
-- Created CMakeLists.txt for CMake build.
-- Update CMakeLists to be sure that the library is a compatible with C++ linkage.
-- Update CMakeLists to not include fast.h to compile fast library with VS2005.