-
Notifications
You must be signed in to change notification settings - Fork 76
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
Questions about the dvo code #9
Comments
Yes dvo_core contains everything related to dense image alignment. Best, Christian |
Thanks for your reply, Mr Christian. I just have download the dvo_core and successfully compile it. I have read your thesis and got your brilliant ideas. But I am not very familiar with C++. Thus, if possible, could you show me a demo (e.g. main.cpp) explaining how to estimate the camera motion using a pair of adjacent frames . Just several rows of codes will be very helpful. My mailbox is Thanks in advance |
Hi Christian, |
which file do you refer to? |
Thanks for your reply. I just found the Transform.h file belongs to Eigen, so the QMatrix may be a class of another 3rd party lib. |
Hi,
Recently, I began to study something about dense image registration. And I am new to C++.
I just want to use your codes to do some static dense image registration work. Thus, I would like to ask whether it is enough to download the dvo_core part of the this lab?
Thanks
The text was updated successfully, but these errors were encountered: