mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 22:44:02 +08:00
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;
|
||||
U = ea = V = inv_V_star = eb = Yj = NULL;
|
||||
num_points = 0;
|
||||
num_cams = 0;
|
||||
}
|
||||
|
||||
LevMarqSparse::~LevMarqSparse()
|
||||
|
Loading…
Reference in New Issue
Block a user