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

perf: Improve Hough Transform performance #3461

Merged
merged 55 commits into from
Aug 30, 2024

Commits on Jul 24, 2024

  1. Go faster... little hough... discover the world

    Dimitra Amperiadou authored and Dimitra Amperiadou committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    a4b6092 View commit details
    Browse the repository at this point in the history
  2. make hough transform faster by changing the touched bins from a set t…

    …o unordered set
    Dimitra Amperiadou committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b6f16c2 View commit details
    Browse the repository at this point in the history
  3. changes with dynamic array usage

    Dimitra Amperiadou committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    bfe91c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5d0e13 View commit details
    Browse the repository at this point in the history
  5. latest changes

    Dimitra Amperiadou committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    c2b0bd2 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. after heart attack

    Dimitra Amperiadou committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    f0db3e7 View commit details
    Browse the repository at this point in the history
  2. latest things

    Dimitra Amperiadou committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    afebfef View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. changes in the seeder

    Dimitra Amperiadou committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    5750acf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fef630e View commit details
    Browse the repository at this point in the history
  3. document some things

    dimitra97 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    fcfc21d View commit details
    Browse the repository at this point in the history
  4. remove hiugh vector incldue

    dimitra97 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    4949400 View commit details
    Browse the repository at this point in the history
  5. doc fix

    dimitra97 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    5562f54 View commit details
    Browse the repository at this point in the history
  6. dynamic array fixes

    dimitra97 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    397ffc8 View commit details
    Browse the repository at this point in the history
  7. Go faster... little hough... discover the world

    Dimitra Amperiadou authored and dimitra97 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    dad2e41 View commit details
    Browse the repository at this point in the history
  8. make hough transform faster by changing the touched bins from a set t…

    …o unordered set
    Dimitra Amperiadou authored and dimitra97 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    82d493b View commit details
    Browse the repository at this point in the history
  9. changes with dynamic array usage

    Dimitra Amperiadou authored and dimitra97 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    b58110f View commit details
    Browse the repository at this point in the history
  10. trying to use only the bin index -- but still the code is drugged

    Dimitra Amperiadou authored and dimitra97 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    8046d5d View commit details
    Browse the repository at this point in the history
  11. latest changes

    Dimitra Amperiadou authored and dimitra97 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    2bbd110 View commit details
    Browse the repository at this point in the history
  12. after heart attack

    Dimitra Amperiadou authored and dimitra97 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    7bc7352 View commit details
    Browse the repository at this point in the history
  13. latest things

    Dimitra Amperiadou authored and dimitra97 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    8159d99 View commit details
    Browse the repository at this point in the history
  14. changes in the seeder

    Dimitra Amperiadou authored and dimitra97 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    1c3ed90 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b11fcf8 View commit details
    Browse the repository at this point in the history
  16. document some things

    dimitra97 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    1c7bf65 View commit details
    Browse the repository at this point in the history
  17. remove hiugh vector incldue

    dimitra97 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    cdbd3b8 View commit details
    Browse the repository at this point in the history
  18. doc fix

    dimitra97 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    21acf0d View commit details
    Browse the repository at this point in the history
  19. dynamic array fixes

    dimitra97 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    55b1f49 View commit details
    Browse the repository at this point in the history
  20. try

    dimitra97 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    0d20a88 View commit details
    Browse the repository at this point in the history
  21. try again

    dimitra97 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    9bcfc49 View commit details
    Browse the repository at this point in the history
  22. add unit test

    dimitra97 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    90e4234 View commit details
    Browse the repository at this point in the history
  23. fix

    dimitra97 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    470ad3b View commit details
    Browse the repository at this point in the history
  24. fix std::size_t

    dimitra97 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    784bc58 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    a609039 View commit details
    Browse the repository at this point in the history
  2. remove dynamic arrays and use the grid

    Dimitra Amperiadou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    3a8086e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1409f05 View commit details
    Browse the repository at this point in the history
  4. dynamic arrays goodbye..

    Dimitra Amperiadou committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    776e3c0 View commit details
    Browse the repository at this point in the history
  5. check format

    dimitra97 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    af259cb View commit details
    Browse the repository at this point in the history
  6. remove dynamic array test

    dimitra97 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ebd9a75 View commit details
    Browse the repository at this point in the history
  7. revert cmake file

    dimitra97 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    37d84f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. changes with the grid

    Dimitra Amperiadou committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    b97ea75 View commit details
    Browse the repository at this point in the history
  2. remove test

    Dimitra Amperiadou committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    35eeb6a View commit details
    Browse the repository at this point in the history
  3. check format

    dimitra97 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    ea68e2b View commit details
    Browse the repository at this point in the history
  4. fix

    dimitra97 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3aa413e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. some fixes

    dimitra97 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    8fdc970 View commit details
    Browse the repository at this point in the history
  2. clang tidy

    dimitra97 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    f1776fb View commit details
    Browse the repository at this point in the history
  3. type and size array

    dimitra97 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d69b98c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

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

Commits on Aug 28, 2024

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

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    048f65c View commit details
    Browse the repository at this point in the history
  2. Update Core/include/Acts/Seeding/HoughTransformUtils.hpp

    Co-authored-by: Andreas Stefl <[email protected]>
    dimitra97 and andiwand authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    40fab99 View commit details
    Browse the repository at this point in the history
  3. Update Core/include/Acts/Seeding/HoughTransformUtils.hpp

    Co-authored-by: Andreas Stefl <[email protected]>
    dimitra97 and andiwand authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c7367b9 View commit details
    Browse the repository at this point in the history
  4. pr comments

    dimitra97 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b2fb3d1 View commit details
    Browse the repository at this point in the history
  5. pr comment

    dimitra97 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    140c46a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    677192e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    779159b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

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