Reduced threshold a wee bit after testing on laptop.

This commit is contained in:
NissimHadar 2019-03-08 09:22:52 -08:00
parent 4caa5bd5b8
commit 20e1753605

View file

@ -121,7 +121,7 @@ private:
const QString TEST_RESULTS_FOLDER { "TestResults" };
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 };
QDir _imageDirectory;