From 5f3ac22e354a74c408670407d84f8719c8514e74 Mon Sep 17 00:00:00 2001 From: Thiago Santini Date: Mon, 8 Apr 2019 19:19:52 +0200 Subject: [PATCH] Disables maximum error by default --- EyeRecToo/src/GazeEstimation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EyeRecToo/src/GazeEstimation.h b/EyeRecToo/src/GazeEstimation.h index b82f05c..ff021a1 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) { } -- GitLab