Merge 264103b2b6
into 8609e5fae5
This commit is contained in:
commit
432ca54da1
|
@ -162,7 +162,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