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

Improving c++ code #27

Merged
merged 16 commits into from
Jun 5, 2024
Merged

Improving c++ code #27

merged 16 commits into from
Jun 5, 2024

Commits on Apr 20, 2024

  1. backward calcOpticalFlowPyrLK

    kalwalt committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    fd87717 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0531dca View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. new getHomograpyInliers function and WebARKitHomographyInfo class

    - issue at line 246 in the track function
    - debug compilation to get more infos
    kalwalt committed May 28, 2024
    Configuration menu
    Copy the full SHA
    f5a0e89 View commit details
    Browse the repository at this point in the history
  2. runOpticalFlow and updateTrackableHomography under test

    - modified functions from artoolkitx PlanarTracker
    kalwalt committed May 28, 2024
    Configuration menu
    Copy the full SHA
    dcf999c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

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

Commits on May 31, 2024

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

Commits on Jun 2, 2024

  1. fix for build tests issue

    kalwalt committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    6968ecf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c74bcb View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    393533e View commit details
    Browse the repository at this point in the history
  2. fix for template matching

    kalwalt committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    64ff718 View commit details
    Browse the repository at this point in the history
  3. lowering num. of features

    - better clear_output method
    - using NORM_HAMMING for the matcher
    kalwalt committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    ebd9df3 View commit details
    Browse the repository at this point in the history
  4. fix for tests

    kalwalt committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    14794e4 View commit details
    Browse the repository at this point in the history
  5. chore: Update Node.js version in test workflow

    - update actions packages
    kalwalt committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    f678a94 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    8c26aa0 View commit details
    Browse the repository at this point in the history
  2. removing old code

    kalwalt committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    3ece363 View commit details
    Browse the repository at this point in the history
  3. using pyrDown utility

    - increasing akaze threshold to locate about 1000 kpts
    kalwalt committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    774ddb1 View commit details
    Browse the repository at this point in the history