fix typo (#63)

This commit is contained in:
koide3 2024-06-12 20:24:31 +09:00 committed by GitHub
parent 4762de7460
commit d83d6fbbd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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