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

Remco/camera #43

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open

Remco/camera #43

wants to merge 26 commits into from

Commits on Oct 25, 2020

  1. Support math in docs

    Remco Bloemen committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    c8dff2d View commit details
    Browse the repository at this point in the history
  2. Add RadialDistortion

    Remco Bloemen committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    48e4951 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Doc tweaks

    Remco Bloemen committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    b85c789 View commit details
    Browse the repository at this point in the history
  2. Generic distortion functions

    Remco Bloemen committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    b7ec964 View commit details
    Browse the repository at this point in the history
  3. Rational inverse

    Remco Bloemen committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    6d8d91a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Parameters

    Remco Bloemen committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    e20bfc0 View commit details
    Browse the repository at this point in the history
  2. Params for rational

    Remco Bloemen committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    890b5ec View commit details
    Browse the repository at this point in the history
  3. Gradient, stack/unstack

    Remco Bloemen committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    ad20c85 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Gradients in polynomial

    Remco Bloemen committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    0e1f765 View commit details
    Browse the repository at this point in the history
  2. Camera trait bounds

    Remco Bloemen committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    03a4560 View commit details
    Browse the repository at this point in the history
  3. Simplify trait constraints

    Remco Bloemen committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    2f0b0ad View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Camera and tests

    Remco Bloemen committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    324ce9c View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Fix polynnomial coefficient order

    Remco Bloemen committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    4c28a12 View commit details
    Browse the repository at this point in the history
  2. Fix polynomial test

    Remco Bloemen committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    8652352 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

  1. Newton-Bisection

    Remco Bloemen committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    ba88ac7 View commit details
    Browse the repository at this point in the history
  2. Implement Fisheye

    Remco Bloemen committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    526fd62 View commit details
    Browse the repository at this point in the history
  3. Document Fisheye

    Remco Bloemen committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    79a3682 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Test using exact

    Remco Bloemen committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    8936aa9 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Implement undistort

    Remco Bloemen committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    792805f View commit details
    Browse the repository at this point in the history
  2. Factor out solver

    Remco Bloemen committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    e599198 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. Refactor

    Remco Bloemen committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    a25a3cc View commit details
    Browse the repository at this point in the history
  2. DRY the tests

    Remco Bloemen committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    d29ad5e View commit details
    Browse the repository at this point in the history
  3. Fix lints

    Remco Bloemen committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    69138ca View commit details
    Browse the repository at this point in the history
  4. Fix rational test

    Remco Bloemen committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    888d93c View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2020

  1. Test gradients

    Remco Bloemen committed Nov 28, 2020
    Configuration menu
    Copy the full SHA
    368dec3 View commit details
    Browse the repository at this point in the history
  2. Implement fisheye gradient

    Remco Bloemen committed Nov 28, 2020
    Configuration menu
    Copy the full SHA
    51de895 View commit details
    Browse the repository at this point in the history