Merge pull request #2593 from tomoaki0705:fixCUDASurfTestError

pull/2595/head^2
Alexander Alekhin 5 years ago
commit 042548edb8
  1. 2
      modules/xfeatures2d/test/test_surf.cuda.cpp

@ -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));

Loading…
Cancel
Save