fixed member initialization in the sparse bundle adjustment code (ticket #385)
This commit is contained in:
parent
bffb5f8b58
commit
15f56c8aa1
@ -48,6 +48,8 @@ LevMarqSparse::LevMarqSparse()
|
|||||||
{
|
{
|
||||||
A = B = W = Vis_index = X = prevP = P = deltaP = err = JtJ_diag = S = hX = NULL;
|
A = B = W = Vis_index = X = prevP = P = deltaP = err = JtJ_diag = S = hX = NULL;
|
||||||
U = ea = V = inv_V_star = eb = Yj = NULL;
|
U = ea = V = inv_V_star = eb = Yj = NULL;
|
||||||
|
num_points = 0;
|
||||||
|
num_cams = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
LevMarqSparse::~LevMarqSparse()
|
LevMarqSparse::~LevMarqSparse()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user