Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
true-real-michael committed Mar 23, 2024
1 parent e525b41 commit a756d9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions octreelib/ransac/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
These functions are auxiliary functions for the RANSAC algorithm.
They cannot be defined inside the `CudaRansac` class because
`CudaRansac.__ransac_kernel` would not be able to access them.
This file also contains the `INITIAL_POINTS_NUMBER` constant which
can be used to configure the number of initial points to be used in the RANSAC algorithm.
"""

import math
Expand Down

0 comments on commit a756d9a

Please sign in to comment.