Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
koide3 committed May 4, 2024
1 parent 1701214 commit cd7fed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/align.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ void define_align(py::module& m) {
4x4 matrix representing the initial transformation from target to source.
registration_type : str = 'GICP'
Type of registration algorithm to use ('ICP', 'PLANE_ICP', 'GICP').
max_corresponding_distance : float = 1.0
max_correspondence_distance : float = 1.0
Maximum distance for corresponding point pairs.
num_threads : int = 1
Number of threads to use for computation.
Expand Down

0 comments on commit cd7fed6

Please sign in to comment.