Update landmarks_refinement_calculator.cc
This commit is contained in:
parent
ef12ce8575
commit
264103b2b6
|
@ -160,7 +160,7 @@ class LandmarksRefinementCalculatorImpl
|
||||||
refined_landmarks->add_landmark();
|
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) {
|
for (int i = 0; i < kLandmarks(cc).Count(); ++i) {
|
||||||
const auto& landmarks = kLandmarks(cc)[i].Get();
|
const auto& landmarks = kLandmarks(cc)[i].Get();
|
||||||
const auto& refinement = options_.refinement(i);
|
const auto& refinement = options_.refinement(i);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user