mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:58:51 +02:00
Reduced threshold a wee bit after testing on laptop.
This commit is contained in:
parent
4caa5bd5b8
commit
20e1753605
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ private:
|
||||||
const QString TEST_RESULTS_FOLDER { "TestResults" };
|
const QString TEST_RESULTS_FOLDER { "TestResults" };
|
||||||
const QString TEST_RESULTS_FILENAME { "TestResults.txt" };
|
const QString TEST_RESULTS_FILENAME { "TestResults.txt" };
|
||||||
|
|
||||||
const double THRESHOLD_GLOBAL{ 0.9999 };
|
const double THRESHOLD_GLOBAL{ 0.9998 };
|
||||||
const double THRESHOLD_LOCAL { 0.7770 };
|
const double THRESHOLD_LOCAL { 0.7770 };
|
||||||
|
|
||||||
QDir _imageDirectory;
|
QDir _imageDirectory;
|
||||||
|
|
Loading…
Reference in a new issue