From 0b0baa0cf5cd08cca405acdd8ce2a8d52c4a4ddd Mon Sep 17 00:00:00 2001 From: Maria Dimashova Date: Fri, 27 May 2011 12:18:44 +0000 Subject: [PATCH] removed test output --- modules/features2d/src/matchers.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/modules/features2d/src/matchers.cpp b/modules/features2d/src/matchers.cpp index c977ebb..1093901 100755 --- a/modules/features2d/src/matchers.cpp +++ b/modules/features2d/src/matchers.cpp @@ -354,15 +354,6 @@ void BruteForceMatcher >::knnMatchImpl( const Mat& queryDescriptors, v #ifndef HAVE_EIGEN commonKnnMatchImpl( *this, queryDescriptors, matches, knn, masks, compactResult ); #else - -#if EIGEN_WORLD_VERSION == 2 - printf("EIGEN VERSION = 2 "); -#endif - -#if EIGEN_WORLD_VERSION == 3 - printf("EIGEN VERSION = 3 "); -#endif - CV_Assert( queryDescriptors.type() == CV_32FC1 || queryDescriptors.empty() ); CV_Assert( masks.empty() || masks.size() == trainDescCollection.size() ); -- 2.7.4