Increased threshold to 0.9999

This commit is contained in:
NissimHadar 2019-03-07 12:21:40 -08:00
parent 53d682d40e
commit 8acec5c9e9

View file

@ -121,7 +121,7 @@ private:
const QString TEST_RESULTS_FOLDER { "TestResults" };
const QString TEST_RESULTS_FILENAME { "TestResults.txt" };
const double THRESHOLD{ 0.995 };
const double THRESHOLD{ 0.9999 };
QDir _imageDirectory;