mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 03:30:34 +08:00
removed test output
This commit is contained in:
parent
33493f4e19
commit
0b0baa0cf5
@ -354,15 +354,6 @@ void BruteForceMatcher<L2<float> >::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() );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user