-
Notifications
You must be signed in to change notification settings - Fork 10
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
Documentation - Energy Function, Selected Points and BA #20
Comments
Hi @jhidalgocarrio. Thank you for your question. Please check this description. Does this answer your question? |
Hi @Solonets, This is great! Thanks a lot for the documentation. Could you kindly add a few explanatory lines about the difference between the following classes?
|
Hi @jhidalgocarrio , I am not particularly sure about adding those details to the documentation. You could see the class diagram and description of the classes by compiling code documentation with Doxygen. I think I just answer your question here: Keyframe selection strategy is performed with KeyframeStrategy interface. There are 2 implementations, you could add yours as well. About Frames: Frame is a base class for all frames and just carries common functionality. Keyframe and TrackingFrame are the siblings of the 2 above classes. The only difference is that it doesn't carry additional information needed for a slam. They are used for storing and loading the track as well as manipulating it outside of the context of SLAM. |
As you prefer. Just adding the text from your reply would help:
|
I am missing some documentation on Extend DSOPP about how the Energy function is implemented. I think documentation about three important points would be helpful:
The text was updated successfully, but these errors were encountered: