From a16d304d5272685a6af369588169f0ca4be0262b Mon Sep 17 00:00:00 2001 From: Maria Dimashova Date: Wed, 12 Jan 2011 12:46:26 +0000 Subject: [PATCH] fixed compile error --- modules/features2d/src/matchers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/features2d/src/matchers.cpp b/modules/features2d/src/matchers.cpp index 825ce2da55..506f3d1a96 100755 --- a/modules/features2d/src/matchers.cpp +++ b/modules/features2d/src/matchers.cpp @@ -1119,7 +1119,7 @@ void FernDescriptorMatcher::knnMatchImpl( const Mat& queryImage, vector::max(); + signature[best_ci] = -std::numeric_limits::max(); matches[queryIdx].push_back( bestMatch ); } }