mirror of https://github.com/koide3/small_gicp.git
fix typo (#63)
This commit is contained in:
parent
4762de7460
commit
d83d6fbbd2
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue