Commit a16d304d authored by Maria Dimashova's avatar Maria Dimashova

fixed compile error

parent 96d88f06
...@@ -1119,7 +1119,7 @@ void FernDescriptorMatcher::knnMatchImpl( const Mat& queryImage, vector<KeyPoint ...@@ -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 );
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment