Skip to content
  • Nicolas Cadart's avatar
    [feat][perf] Extract less keypoints from maps for faster KD-trees · 6da134a0
    Nicolas Cadart authored
    Resolves #11.
    
    Extract less keypoints from maps for faster KD-trees building and NN queries.
    First, we check in which rolling grid's voxels lie each current frame keypoint.
    Then we extract map keypoints from these cells and their neighbors.
    The "voting dilatation" is done by convolving the voxels "to take".
    
    This implementation uses unsupported Eigen Tensor module.
    6da134a0