Libmv: Fix crash of keyframe selection on 32bit linux

This commit is contained in:
Sergey Sharybin
2017-04-07 17:10:44 +02:00
parent eae691f89e
commit a1f8755d32

View File

@@ -209,8 +209,8 @@ class HomographySymmetricGeometricCostFunctor {
return true; return true;
} }
const Vec2 x_; const Vec2 &x_;
const Vec2 y_; const Vec2 &y_;
}; };
// Termination checking callback used for homography estimation. // Termination checking callback used for homography estimation.