Skip to content

Commit

Permalink
fix issue gaoxiang12#37
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoxiang12 committed Dec 25, 2019
1 parent 8510aac commit 2fd41ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch12/dense_mono/dense_mapping.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ bool updateDepthFilter(
// f2 = R_RC * f_cur
// 转化成下面这个矩阵方程组
// => [ f_ref^T f_ref, -f_ref^T f2 ] [d_ref] [f_ref^T t]
// [ f_cur^T f_ref, -f2^T f2 ] [d_cur] = [f2^T t ]
// [ f_2^T f_ref, -f2^T f2 ] [d_cur] = [f2^T t ]
Vector3d t = T_R_C.translation();
Vector3d f2 = T_R_C.so3() * f_curr;
Vector2d b = Vector2d(t.dot(f_ref), t.dot(f2));
Expand Down

0 comments on commit 2fd41ed

Please sign in to comment.