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

fix triangulatePoint3 for calibrations with distortion #1128

Merged
merged 3 commits into from
Mar 15, 2022

Commits on Mar 8, 2022

  1. fix triangulatePoint3 for calibrations with distortion

    Prior implementation only used the K() portion of all Cal3 calibrations
    for the linear triangulation of points with triangulatePoint3.
    - Added tests for triangulation with non-Cal3_S2 calibrations.
    - Added skew to the test Cal3_S2 calibration.
    - Added an undistortMeasurements step to triangulatePoint3 so that
    linear triangulation works for calibrations with distortion
    coefficients.
    thomassm committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    ba32a0d View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. add support for second version of triangulatePoint3

    - added undistort for cameras version of triangulatePoint3
    - changed to 2 space indent
    - changed to calibration from shared calibration
    thomassm committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    afc4061 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. set new code to google style and fix doc

    - new code in triangulation and testTriangulation
    - clean up doc number and typos
    thomassm committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    bcf49e6 View commit details
    Browse the repository at this point in the history