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
function which is called from initRGBModel or initRGB function, right?
However, vmaps_tmp is updated in only initICPModel function and not in initICP function, which means vmaps_tmp contains only the vertex information of the projected global model.
That means, both of the lastDepth[i] and nextDepth[i] contains the same information?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Hi, thank you so much for sharing the code!
I have a question about your code.
In RGBDOdometry.cpp,
lastDepth[i] and nextDepth[i] are updated with
function which is called from initRGBModel or initRGB function, right?
However, vmaps_tmp is updated in only initICPModel function and not in initICP function, which means vmaps_tmp contains only the vertex information of the projected global model.
That means, both of the lastDepth[i] and nextDepth[i] contains the same information?
Thank you in advance!
The text was updated successfully, but these errors were encountered: