fixed compile error

This commit is contained in:
Maria Dimashova 2011-01-12 12:46:26 +00:00
parent 96d88f0673
commit a16d304d52

View File

@ -1119,7 +1119,7 @@ void FernDescriptorMatcher::knnMatchImpl( const Mat& queryImage, vector<KeyPoint
if( bestMatch.trainIdx == -1 ) if( bestMatch.trainIdx == -1 )
break; break;
signature[best_ci] = -std:numeric_limits<float>::max(); signature[best_ci] = -std::numeric_limits<float>::max();
matches[queryIdx].push_back( bestMatch ); matches[queryIdx].push_back( bestMatch );
} }
} }