diff --git a/EyeRecToo/src/GazeEstimation.h b/EyeRecToo/src/GazeEstimation.h index b82f05ce148dc173556f88c36aae7435a9ed8a81..ff021a1982d30a2c765ee7f43613a2bf8250b0bb 100644 --- a/EyeRecToo/src/GazeEstimation.h +++ b/EyeRecToo/src/GazeEstimation.h @@ -100,7 +100,7 @@ public: , rangeFactor(0.95) , minCentralAreaCoverage(0.0f) , minPeriphericAreaCoverage(0.0f) - , maxReprojectionError(10.0f) + , maxReprojectionError(0.0f) { }