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 86 commits into
base: master
Choose a base branch
from
Draft

Render-Based Tracking #1467

wants to merge 86 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 authored 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

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    26469c7 View commit details
    Browse the repository at this point in the history
  2. Fixed indexing issue in python bindings, Silhouette ccd tracker inver…

    …sion issue protection
    SamFlt committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8d9c56a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

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

Commits on Oct 3, 2024

  1. Testing basic setitem

    SamFlt committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    004f626 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27d9e88 View commit details
    Browse the repository at this point in the history
  3. Indexing for arrays

    SamFlt committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    51771ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a01432 View commit details
    Browse the repository at this point in the history
  5. remove commented test

    SamFlt committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    56fd3fd View commit details
    Browse the repository at this point in the history
  6. 1D indexing for vectors

    SamFlt committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    5b2bfe5 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Revert changes

    fspindle committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a77bc79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be6ad2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4bf9c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32a571c View commit details
    Browse the repository at this point in the history
  5. Remove empty lines

    fspindle committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    62a372f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0123000 View commit details
    Browse the repository at this point in the history
  7. Fix wrong catch2 header

    fspindle committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f47dabe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9d199e9 View commit details
    Browse the repository at this point in the history
  9. Fix wrong indexing exception

    SamFlt committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    2b4106b View commit details
    Browse the repository at this point in the history
  10. Update border in ccd tracker

    SamFlt committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    8d0a4f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    ce86309 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b3a38a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45cf1b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5aef239 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Fix VO trampoline class

    SamFlt committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    8c2f966 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80261ed View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Move call to odometry

    SamFlt committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ff763b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    3c7942f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7c674f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc306ad View commit details
    Browse the repository at this point in the history
  4. Add missing trampolines

    SamFlt committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    656d4c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52dbbb0 View commit details
    Browse the repository at this point in the history
  6. remove debug print

    SamFlt committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d7e577a View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Fix warning: ‘void* memset(void*, int, size_t)’ clearing an object of…

    … non-trivial type ‘class vpRGBf’; use assignment or value-initialization instead [-Wclass-memaccess]
    
      225 |   memset(I.bitmap, 0, I.getSize() * sizeof(vpRGBf));
          |   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    fspindle committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c1cf355 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87ba32d View commit details
    Browse the repository at this point in the history
  3. Fix comment alignment

    fspindle committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    600bfd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02b4911 View commit details
    Browse the repository at this point in the history