fixed compile error
This commit is contained in:
parent
96d88f0673
commit
a16d304d52
@ -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 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user