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

Construct affine transforms from point-pairs #87

Merged
merged 4 commits into from
May 7, 2023

Commits on Apr 29, 2023

  1. Construct affine transforms from point-pairs

    Given a set of point pairs `from => to`, compute the affine
    transformation that best reproduces the observed mapping.
    
    Closes #30
    timholy committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    232acc6 View commit details
    Browse the repository at this point in the history
  2. Add new constructor to README

    timholy committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    3dea9ff View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. Switch to outer Pair

    timholy committed May 7, 2023
    Configuration menu
    Copy the full SHA
    5b42e8f View commit details
    Browse the repository at this point in the history
  2. Also test matrix version

    timholy committed May 7, 2023
    Configuration menu
    Copy the full SHA
    ff37a34 View commit details
    Browse the repository at this point in the history