mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-18 17:24:28 +08:00
Merge pull request #2593 from tomoaki0705:fixCUDASurfTestError
This commit is contained in:
@@ -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));
|
||||
|
Reference in New Issue
Block a user