Decreased threshold after additional testing.

This commit is contained in:
NissimHadar 2019-03-08 13:53:07 -08:00
parent 1e5837f25f
commit dbdf5fdd1f

View file

@ -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;