correction to documentation

This commit is contained in:
Jason 2018-04-12 18:28:57 +09:00 committed by GitHub
parent 3e748537c7
commit 023d1c9fca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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