1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-19 02:16:34 +08:00

Merge pull request #2593 from tomoaki0705:fixCUDASurfTestError

This commit is contained in:
Alexander Alekhin
2020-07-07 13:41:57 +00:00

View File

@@ -179,7 +179,7 @@ testing::internal::ValueArray3<SURF_HessianThreshold, SURF_HessianThreshold, SUR
SURF_HessianThreshold(1000.0));
#else
// hessian computation is not bit-exact and lower threshold causes different count of detection
internal::ValueArray2<SURF_HessianThreshold, SURF_HessianThreshold> thresholdValues =
testing::internal::ValueArray2<SURF_HessianThreshold, SURF_HessianThreshold> thresholdValues =
testing::Values(
SURF_HessianThreshold(813.0),
SURF_HessianThreshold(1000.0));