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

[localization] Calibrated Camera RIG localization in an existing reconstruction using CCTag #13

Closed
4 tasks done
fabiencastan opened this issue Aug 10, 2015 · 8 comments
Closed
4 tasks done
Assignees
Milestone

Comments

@fabiencastan
Copy link
Member

Resectioning from externally calibrated camera RIG: all cameras are calibrated both internally (intrinsics) and externally (extrinsics):

  • We collect 2d-3D association from each camera,
  • apply the camera subpose to the 3D points of each camera
    • ie we collect the 2d-3d correspondences for the camera 1 (which has pose1 wrt camera 0)
    • we apply the pose1 transformation to those 3D points so
  • do a global resectioning with all the 3D-2D associations from all the cameras of the rig
    • we need to undistort all the 2D points and put them in normalized coordinate system (ie inv(K)*feat) as they must be independent from their camera parameters (we are considering the associations as if they were from the same camera)

Do the same for SIFT #69

@fabiencastan fabiencastan added this to the D-4 milestone Sep 28, 2015
@fabiencastan fabiencastan modified the milestones: D-3, D-4 Oct 11, 2015
@simogasp simogasp changed the title Known Camera RIG localization in an existing reconstruction Calibrated Camera RIG localization in an existing reconstruction Oct 22, 2015
@simogasp simogasp changed the title Calibrated Camera RIG localization in an existing reconstruction [localization] Calibrated Camera RIG localization in an existing reconstruction Oct 22, 2015
simogasp added a commit that referenced this issue Oct 22, 2015
@simogasp simogasp changed the title [localization] Calibrated Camera RIG localization in an existing reconstruction [localization] Calibrated Camera RIG localization in an existing reconstruction using CCTag Nov 1, 2015
@simogasp simogasp closed this as completed Nov 1, 2015
simogasp added a commit that referenced this issue Nov 5, 2015
simogasp added a commit that referenced this issue Nov 24, 2015
* to be tested
* missing alembic support
* only works for cctag (localizeRig() is not implemented yet for
voctree_localizer
#13
simogasp added a commit that referenced this issue Nov 24, 2015
* it only saves the position of the rig (main camera) as we don't have
(yet) the support for animated cameras in alembic
#13
@simogasp
Copy link
Member

A naive version of the rig localizer is now available for testing. For now we just localize the cameras of the rig independently and we eventually run a BA in the end to refine the global pose of the rig

simogasp added a commit that referenced this issue Nov 25, 2015
simogasp added a commit that referenced this issue Nov 25, 2015
* move out of the loading loop to not interfere with progress bar
#13
simogasp added a commit that referenced this issue Nov 25, 2015
…tected cctag

* it generates a svg image with the same name as the input image
* does not work with videos, as we are using a link to the image, the
image is not saved inside the svg file
#13
simogasp added a commit that referenced this issue Nov 27, 2015
@simogasp simogasp closed this as completed Dec 2, 2015
@simogasp
Copy link
Member

simogasp commented Dec 2, 2015

Needs to be tested. Another issue?

gregoire-dl pushed a commit that referenced this issue Mar 6, 2023
it can only compile with cuda
#13
gregoire-dl pushed a commit that referenced this issue Mar 6, 2023
just changed the order, if not detected generate the fatal error
otherwise go on with the same stuff as before
#13
gregoire-dl pushed a commit that referenced this issue Mar 6, 2023
gregoire-dl pushed a commit that referenced this issue Mar 6, 2023
gregoire-dl pushed a commit that referenced this issue Mar 6, 2023
gregoire-dl pushed a commit that referenced this issue Mar 6, 2023
gregoire-dl pushed a commit that referenced this issue Mar 6, 2023
gregoire-dl pushed a commit that referenced this issue Mar 6, 2023
gregoire-dl pushed a commit that referenced this issue Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants