mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
Decreased threshold after additional testing.
This commit is contained in:
parent
1e5837f25f
commit
dbdf5fdd1f
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ private:
|
|||
const QString TEST_RESULTS_FILENAME { "TestResults.txt" };
|
||||
|
||||
const double THRESHOLD_GLOBAL{ 0.9998 };
|
||||
const double THRESHOLD_LOCAL { 0.7770 };
|
||||
const double THRESHOLD_LOCAL { 0.7500 };
|
||||
|
||||
QDir _imageDirectory;
|
||||
|
||||
|
|
Loading…
Reference in a new issue