Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(compare_map_segmentation): replace nearestKSearch by radiusSearch (
#2957) * perf(compare_map_segmentation): replace nearestKSearch by radiusSearch radiusSearch is faster than nearestKSearch as the search stops once no neighbor within the given radius is found (which is what we want to know here). Signed-off-by: Vincent Richard <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Vincent Richard <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information