Fixed compile error w PointCov

release/4.3a0
dellaert 2015-03-12 07:56:47 -07:00
parent f06c84b503
commit 2bdeac30f0
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ public:
Matrix H(D * numKeys, D * numKeys);
Vector gs_vector;
Matrix3 P = Base::PointCov(E, lambda);
Matrix3 P = Cameras::PointCov(E, lambda);
H.noalias() = F.transpose() * (F - (E * (P * (E.transpose() * F))));
gs_vector.noalias() = - F.transpose() * (b - (E * (P * (E.transpose() * b))));