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
Hi there - in ITMBasicSurfelEngine.tpp the surfel engine seems to perform roughly these three steps:
Perform pose tracking
Fuse view into scene
Render a new index image of the scene.
This is a little different from the paper, which renders the index image before fusion, not after. In the Infinitam implementation, searching the index image during fusion seems incorrect, because the index image is generated from the old view pose, not the current view pose. Am I missing something?
The text was updated successfully, but these errors were encountered:
Hi there - in
ITMBasicSurfelEngine.tpp
the surfel engine seems to perform roughly these three steps:This is a little different from the paper, which renders the index image before fusion, not after. In the Infinitam implementation, searching the index image during fusion seems incorrect, because the index image is generated from the old view pose, not the current view pose. Am I missing something?
The text was updated successfully, but these errors were encountered: