This commit is contained in:
k.koide 2024-06-12 10:28:01 +09:00
parent 11f5a304df
commit 7be4ff857c
2 changed files with 2 additions and 2 deletions

View File

@ -280,7 +280,7 @@ Example A : Perform registration with numpy arrays
# registration_type : str = 'GICP'
# Type of registration algorithm to use ('ICP', 'PLANE_ICP', 'GICP', 'VGICP').
# voxel_resolution : float = 1.0
# Resolution of voxels used for downsampling.
# Resolution of voxels used for correspondence search (used only in VGICP).
# downsampling_resolution : float = 0.25
# Resolution for downsampling the point clouds.
# max_correspondence_distance : float = 1.0

View File

@ -108,7 +108,7 @@ void define_align(py::module& m) {
registration_type : str = 'GICP'
Type of registration algorithm to use ('ICP', 'PLANE_ICP', 'GICP', 'VGICP').
voxel_resolution : float = 1.0
Resolution of voxels used for downsampling.
Resolution of voxels used for correspondence search (used only in VGICP).
downsampling_resolution : float = 0.25
Resolution for downsampling the point clouds.
max_correspondence_distance : float = 1.0