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

About NeighborSearchMethod #131

Open
piluohong opened this issue Sep 15, 2023 · 1 comment
Open

About NeighborSearchMethod #131

piluohong opened this issue Sep 15, 2023 · 1 comment

Comments

@piluohong
Copy link

Afternoon,athours. thanks your good works.
enum class NeighborSearchMethod { DIRECT27, DIRECT7, DIRECT1, /* supported on only VGICP_CUDA */ DIRECT_RADIUS };

Is it these searching methods mean the differences of distribution to distribution ?

@koide3
Copy link
Member

koide3 commented Oct 26, 2023

It specifies the method to find voxels corresponding to a point. To compute registration errors, DIRECT1 uses only the voxel where a point fell while DIRECT27 uses 3x3x3 voxels around it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants