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

Faster organized radius search #6160

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

mvieth
Copy link
Member

@mvieth mvieth commented Oct 30, 2024

By checking the finite-ness of all points once, before doing any searches. This avoids calling isFinite repeatedly on the same points in radiusSearch. Benchmark: NormalEstimation with OrganizedNeighbor and radius search now takes 89 percent of the time it took before (so 11 percent faster).

By checking the finite-ness of all points once, before doing any searches. This avoids calling isFinite repeatedly on the same points in radiusSearch.
Benchmark: NormalEstimation with OrganizedNeighbor and radius search now takes 89 percent of the time it took before (so 11 percent faster).
@mvieth mvieth merged commit df3af0a into PointCloudLibrary:master Oct 30, 2024
13 checks passed
@mvieth mvieth deleted the organized_search_isfinite branch October 30, 2024 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: enhancement Meta-information for changelog generation module: search
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants