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

This commit is contained in:
Vadim Pisarevsky 2010-11-13 20:31:47 +00:00
parent bffb5f8b58
commit 15f56c8aa1

View File

@ -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()