mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
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…
Reference in New Issue
Block a user