提交 15f56c8a 编写于 作者: V Vadim Pisarevsky

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

上级 bffb5f8b
......@@ -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()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册