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

Downsampling routines + tests #43

Open
5 tasks done
Algomorph opened this issue Jul 5, 2022 · 0 comments
Open
5 tasks done

Downsampling routines + tests #43

Algomorph opened this issue Jul 5, 2022 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@Algomorph
Copy link
Owner

Algomorph commented Jul 5, 2022

Necessary for proper node topological updates, it is imperative we get this right.

  • Finish elementary radius-based (epsilon) downsampling (based on existing grid downsampling code)

Perhaps make a version that exploits spatial hash map instead of a linear bin array. This will involve:

  • Write a routine that determines how many maximum points we might have per "epsilon-radius" block
  • Write a kernel routine for aggregating points into hash blocks
  • Write a kernel routine for averaging points within each block
  • Write a kernel routine for checking block neighbors and merging neighboring blocks' points if they are within epsilon
@Algomorph Algomorph self-assigned this Jul 5, 2022
@Algomorph Algomorph added the feature New feature or request label Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant