fixed member initialization in the sparse bundle adjustment code (ticket #385)

pull/13383/head
Vadim Pisarevsky 15 years ago
parent bffb5f8b58
commit 15f56c8aa1
  1. 2
      modules/contrib/src/ba.cpp

@ -48,6 +48,8 @@ LevMarqSparse::LevMarqSparse()
{
A = B = W = Vis_index = X = prevP = P = deltaP = err = JtJ_diag = S = hX = NULL;
U = ea = V = inv_V_star = eb = Yj = NULL;
num_points = 0;
num_cams = 0;
}
LevMarqSparse::~LevMarqSparse()

Loading…
Cancel
Save