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

Render-Based Tracking #1467

Draft
wants to merge 50 commits into
base: master
Choose a base branch
from
Draft

Render-Based Tracking #1467

wants to merge 50 commits into from

Commits on Sep 17, 2024

  1. Render based tracking module

    SamFlt committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b15541c View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    6affb4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aee5e20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c604448 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Make copy and move assignment operators default for vpRGBa and vpRGBf…

    … to remove warning about classes not being trivially copyable with memcpy
    SamFlt committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c5ffc86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd16fdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25635f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    635acf8 View commit details
    Browse the repository at this point in the history
  5. Moved klt parameters json serialization to vpKltOpencv, working on be…

    …tter integrating mask in klt tracker
    SamFlt committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9e5c1b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f14d375 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    90e288f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    61856bf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1ca277f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bf8b14c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f8308a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    2c12e9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8839bc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    924019a View commit details
    Browse the repository at this point in the history
  4. Fix warning: field 'enableRenderProfiling' will be initialized after …

    …field 'maxDepthDisplay'
    fspindle committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b2fb0a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be51bd2 View commit details
    Browse the repository at this point in the history
  6. Fix warning: delete called on non-final 'vpColorHistogramMask' that h…

    …as virtual functions but non-virtual destructor
    fspindle committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    87f4958 View commit details
    Browse the repository at this point in the history
  7. Fix warning: 'loadJsonConfiguration' overrides a member function but …

    …is not marked 'override'
    fspindle committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    af259d6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    50ab251 View commit details
    Browse the repository at this point in the history
  9. Fix warning: delete called on non-final 'vpRBDenseDepthTracker, vpRBF…

    …eatureTrackerFactory, vpRBKltTracker, vpRBSilhouetteCCDTracker, vpRBSilhouetteMeTracker' that has virtual functions but non-virtual destructor
    fspindle committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3938d71 View commit details
    Browse the repository at this point in the history
  10. Update with new headers

    fspindle committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f2e907b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    718ffa3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    682190e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a8bc61f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4c85624 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    85d5203 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c6201ab View commit details
    Browse the repository at this point in the history
  17. Merge pull request #1 from SamFlt/module_rbt_fs

    Various fixes and improvements
    SamFlt committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    13d596b View commit details
    Browse the repository at this point in the history
  18. cleanup ccd tracker

    SamFlt committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7487929 View commit details
    Browse the repository at this point in the history
  19. cleanup silhouette point

    SamFlt committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    dab15b8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    161d97e View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

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

Commits on Sep 23, 2024

  1. Cleanup klt tracker

    SamFlt committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    57793f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52267a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6b4f4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8192170 View commit details
    Browse the repository at this point in the history
  5. working on python example

    SamFlt committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b09b6f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    8cbee82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da11d4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dff31fd View commit details
    Browse the repository at this point in the history
  4. Fixed trampoline class to avoid copying frames, fixed rendering extra…

    …ction potential segfault
    SamFlt committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4dfd6f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4ecd40 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86681cf View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

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

Commits on Sep 26, 2024

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

Commits on Sep 27, 2024

  1. Some more cleanup for python

    SamFlt committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    60d9a40 View commit details
    Browse the repository at this point in the history