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

Feature enhancement: PnP algorithm for pose Matrix calculation and other functions improves #23

Merged
merged 35 commits into from
Apr 1, 2024

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    c22785c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e91098e View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    5e2d37b View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    0647381 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. cleaning the code

    kalwalt committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    d383ac9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40017fc View commit details
    Browse the repository at this point in the history
  3. this seems to be correct!

    - m_camMatrix is filled correctly
    kalwalt committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    d13feef View commit details
    Browse the repository at this point in the history
  4. improved classes and features

    - WebARKitTrackingInfo became a class:
    - new invertPose, setScale, and getScale method for the scale of the pattern
    - m_camMatrix as Matx33d
    kalwalt committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    bfcebc9 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    684d9c6 View commit details
    Browse the repository at this point in the history
  2. fix for wrong cv headers

    kalwalt committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    809471e View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    e3997cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad15a7f View commit details
    Browse the repository at this point in the history
  3. revert to old syntax pattern

    kalwalt committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    d01a0a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d74031 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dce5a2a View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    ce4fe4d View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    fe46f86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6dfcbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    218eda8 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Configuration menu
    Copy the full SHA
    022b559 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    47e102f View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    8cc8572 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. sphere is displayed but don't move

    - new getGLViewMatrix function
    kalwalt committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    a68af51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd21912 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2dff6c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    04a5bb2 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. small improves

    - raise min. num. of matches to 8
    kalwalt committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    e3cdf48 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    63946b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    e754f20 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. new extractFeatures method

    kalwalt committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    e9c7fb1 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    afac6e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. more modularity in the C++ code

    - new getMatches method
    kalwalt committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    6043029 View commit details
    Browse the repository at this point in the history
  2. fix for getMatches function

    kalwalt committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    16dd102 View commit details
    Browse the repository at this point in the history
  3. fix for numMatches

    kalwalt committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    c78ef5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef898c4 View commit details
    Browse the repository at this point in the history