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

Initial ability to reconstruct from manual tracks #493

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mwoehlke-kitware
Copy link
Member

Introduce an action to attempt reconstruction using camera registration points (i.e. manual feature tracks). This is partly implemented; it runs and, in theory, extracts cameras. However, as I have not yet been able to get it to run successfully, I am unable to verify the functionality. Also, converting the reconstructed landmarks to GCPs is not yet implemented (for similar reasons).

Introduce an action to attempt reconstruction using camera registration
points (i.e. manual feature tracks). This is partly implemented; it runs
and, in theory, extracts cameras. However, as I have not yet been able
to get it to run successfully, I am unable to verify the functionality.
Also, converting the reconstructed landmarks to GCPs is not yet
implemented (for similar reasons).
Add ability to set the (world) location of a ground control point (which
may or may not already exist) to the helper. Use this to implement
accepting reconstructed world locations from reconstruction using manual
annotations, as added by the previous commit.

Although "real" reconstruction is not functioning as of this commit, the
logic has been tested by replacing the actual algorithm with creation of
random cameras and landmarks.
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

Successfully merging this pull request may close these issues.

None yet

1 participant