You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// update pose of current keyframe wrt previous one (in case of LC)
Matrix4d T_curr_w = prev_kf->T_kf_w * curr_kf->T_kf_w;
what this T_curr_w meaning in addKeyFrame function? why is equal to prev_kf->T_kf_w * curr_kf->T_kf_w
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: