Update landmarks_refinement_calculator.cc

This commit is contained in:
Zihao Mu 2023-07-18 08:37:54 +08:00 committed by GitHub
parent ef12ce8575
commit 264103b2b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,7 +160,7 @@ class LandmarksRefinementCalculatorImpl
refined_landmarks->add_landmark();
}
// Apply input landmarks to outpu refined landmarks in provided order.
// Apply input landmarks to output refined landmarks in provided order.
for (int i = 0; i < kLandmarks(cc).Count(); ++i) {
const auto& landmarks = kLandmarks(cc)[i].Get();
const auto& refinement = options_.refinement(i);