fixed compile error

pull/13383/head
Maria Dimashova 14 years ago
parent 96d88f0673
commit a16d304d52
  1. 2
      modules/features2d/src/matchers.cpp

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

Loading…
Cancel
Save