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