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

k-d tree speedup (nanoflann / CUDA) #5299

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jun 17, 2022

  1. added max leaf size to KdTree interface; implemented max leaf size fo…

    …r KdTreeFLANN
    
    added maximum leaf node size getter to KdTree base class
    yasamoka committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    94b5bca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ca2057 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98ea16d View commit details
    Browse the repository at this point in the history
  4. added KdTreeFLANN CUDA with tests

    fixed template instantiation
    
    added compile definition
    yasamoka committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    4fe394b View commit details
    Browse the repository at this point in the history
  5. fixed KdTree documentation

    yasamoka committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    fefead3 View commit details
    Browse the repository at this point in the history