Skip to content
Snippets Groups Projects
Commit b8695a74 authored by Victor Poughon's avatar Victor Poughon
Browse files

Merge branch 'update-thresh-keypoints-test' into 'develop'

Lower threshold even more for SIFTFast to make the test pass on raoul

See merge request orfeotoolbox/otb!358
parents 2bb12f8e bf937d9b
No related branches found
No related tags found
2 merge requests!621Release 7.0 (master),!358Lower threshold even more for SIFTFast to make the test pass on raoul
......@@ -372,7 +372,7 @@ int otbKeyPointsAlgorithmsTest(int argc, char* argv[])
// lambda to set specific filter parameter
auto configureSiftFast = [](SiftFastFilterType* filter) { filter->SetScalesNumber(8); };
status = checkKeyPointsFilter<SiftFastFilterType>(reference, secondary, transform, configureSiftFast, 100, 0.59, 0.95) && status;
status = checkKeyPointsFilter<SiftFastFilterType>(reference, secondary, transform, configureSiftFast, 100, 0.40, 0.95) && status;
#endif
return status ? EXIT_SUCCESS : EXIT_FAILURE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment