-
Notifications
You must be signed in to change notification settings - Fork 168
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
Conversation
Can you please add the unit test for the dynamic array? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a couple of nitpicky comments - other than that looks good to me.
Is this a breaking change? If so we have to schedule it for v37
Co-authored-by: Andreas Stefl <[email protected]>
Co-authored-by: Andreas Stefl <[email protected]>
Quality Gate passedIssues Measures |
This PR introduces some changes that make the Hough Transform Algorithm faster.
HoughVectors
with the usage of the Grid that already exists in Acts.m_hits
andm_layers
with vectors instead of sets and also use indices in order to manipulate their size.@goblirsc @junggjo9 @noemina @asalzburger