From 5cbddd4ca47b4b2b45ae7284129db5b83d1a948c Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 6 Feb 2014 18:13:12 +0600 Subject: Bye-bye FAST! FAST detector has been replaced with fancier Harris, so no need to keep FAST library in the sources now. --- extern/libmv/ChangeLog | 29 +++++++++++------------------ 1 file changed, 11 insertions(+), 18 deletions(-) (limited to 'extern/libmv/ChangeLog') diff --git a/extern/libmv/ChangeLog b/extern/libmv/ChangeLog index 1a87097a8c3..641d2518fb8 100644 --- a/extern/libmv/ChangeLog +++ b/extern/libmv/ChangeLog @@ -1,3 +1,14 @@ +commit b1381540305d69c702eb2f051bd543fb5c1c3e2c +Author: Sergey Sharybin +Date: Thu Feb 6 18:01:58 2014 +0600 + + Made FAST detector optional + + This way it's possible to bundle Libmv sources subset + to applications which doesn't need FAST detector. + + Mainly this is done for Blender integration. + commit da4607f010bca0b3532cd4444afbb10bc774fc32 Author: Sergey Sharybin Date: Tue Jan 28 18:32:39 2014 +0600 @@ -680,21 +691,3 @@ Date: Sun Apr 7 21:53:23 2013 +0600 usage pipeline. Anyway, deprecation shall not happen spontaneously as a part of other changes. And for sure shall not break anything. - -commit c9eb9d36bb1ca5d3037ce66633d812a224f77958 -Author: Sergey Sharybin -Date: Sat Apr 6 20:49:05 2013 +0600 - - Revert "Change libmv's bilinear sampling to assume the same" - - Revert changes to bilinear sampler which were originally - aimed to match blender's pixel center (where integer coord - is a left-bottom corner, x.5 coords are centers. - - The reason of revert is changing this assumption in only - sampler didn't work well and lead to wrong results of - BlurredImageAndDerivativesChannels for example. - - Discovered when was doing unit-tests for brute region tracker. - - This reverts commit daa354c0735b954b0cd7725626e9a3d67416d46b. -- cgit v1.2.3