You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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.
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 ?
The text was updated successfully, but these errors were encountered: