Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is NextDepth[i] updated? #10

Open
ryohachiuma opened this issue Mar 4, 2019 · 0 comments
Open

Is NextDepth[i] updated? #10

ryohachiuma opened this issue Mar 4, 2019 · 0 comments

Comments

@ryohachiuma
Copy link

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

verticesToDepth(vmaps_tmp, destDepths[0], maxDepthRGB);

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant