mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 23:04:05 +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 QString TEST_RESULTS_FILENAME { "TestResults.txt" };
|
||||||
|
|
||||||
const double THRESHOLD_GLOBAL{ 0.9998 };
|
const double THRESHOLD_GLOBAL{ 0.9998 };
|
||||||
const double THRESHOLD_LOCAL { 0.7770 };
|
const double THRESHOLD_LOCAL { 0.7500 };
|
||||||
|
|
||||||
QDir _imageDirectory;
|
QDir _imageDirectory;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue