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

ENH: improve the camera calibration toolbox, SIFT implementation #389

Merged
merged 15 commits into from
Jun 7, 2024

Commits on May 30, 2024

  1. WIP: add trackball.

    oddkiva committed May 30, 2024
    Configuration menu
    Copy the full SHA
    66d9160 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. BUG: we must discard the DoG with implausible refined scale.

    The refined scale is implausible if it is way too far from the
    approximate scale at which the DoG has been detected.
    oddkiva committed May 31, 2024
    Configuration menu
    Copy the full SHA
    36da75a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c013fe3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    903c0a7 View commit details
    Browse the repository at this point in the history
  4. MAINT: clean up code.

    Odd Kiva committed May 31, 2024
    Configuration menu
    Copy the full SHA
    487995e View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. MAINT: remove draft affine adaptation code.

    Odd Kiva committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    3d63805 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    fb54943 View commit details
    Browse the repository at this point in the history
  2. MAINT: clean up code.

    Odd Kiva committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    92e54ee View commit details
    Browse the repository at this point in the history
  3. MAINT: eliminate hard-coded value.

    Odd Kiva committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    6d407d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. MAINT: review calibration code.

    Odd Kiva committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    3bb60aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1691c13 View commit details
    Browse the repository at this point in the history
  3. MAINT: fix compile error.

    oddkiva committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    1ac765b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb4c773 View commit details
    Browse the repository at this point in the history
  5. ENH: improve the initialization method of the extrinsic parameters.

    My homography decomposition methods were implemented in a dodgy manner
    and without any real understanding of the maths. I simply replaced them
    with the robust P3P solver that we have at our disposal (Lambda-Twist).
    oddkiva committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    cc01581 View commit details
    Browse the repository at this point in the history
  6. ENH: add calibration parameters for consumer fisheye cameras.

    - GOPRO 7 Hero Black, Superview mode
    - Insta ONE RS 360
    oddkiva committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    5443c72 View commit details
    Browse the repository at this point in the history