Modified thresholds to reduce false positives.

This commit is contained in:
NissimHadar 2019-03-09 11:54:04 -08:00
parent 687745dc7e
commit 7419f9899e

View file

@ -121,8 +121,8 @@ private:
const QString TEST_RESULTS_FOLDER { "TestResults" };
const QString TEST_RESULTS_FILENAME { "TestResults.txt" };
const double THRESHOLD_GLOBAL{ 0.9998 };
const double THRESHOLD_LOCAL { 0.7500 };
const double THRESHOLD_GLOBAL{ 0.9995 };
const double THRESHOLD_LOCAL { 0.6 };
QDir _imageDirectory;