From 023d1c9fca531369d69a328670ade0c93080ad76 Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 12 Apr 2018 18:28:57 +0900 Subject: [PATCH] correction to documentation --- singleeyefitter/SingleEyeFitter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/singleeyefitter/SingleEyeFitter.cpp b/singleeyefitter/SingleEyeFitter.cpp index 43d6599..62b6a14 100644 --- a/singleeyefitter/SingleEyeFitter.cpp +++ b/singleeyefitter/SingleEyeFitter.cpp @@ -1771,7 +1771,7 @@ void singleeyefitter::EyeModelFitter::unproject_observations(double pupil_radius const auto& c_proj = line.origin(); const auto& v_proj = line.direction(); - // Check if v_proj going away from est eye centre. If it is, then + // Check if v_proj going away from best eye centre. If it is, then // the first circle was correct. Otherwise, take the second one. // The two normals will point in opposite directions, so only need // to check one.