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 5718347 commit ca541f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions octreelib/ransac/initial_points_config.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
"""
This file contains the configuration for the number of initial points to be used in the RANSAC algorithm.
This number is used to generate random indices for the initial points.
It can be configured to generate differen number of initial points.
It is used by functions inside both the RANSAC class and the util module.
It can be configured to generate different number of initial points.
It is used by functions inside both the RANSAC class and the util module
and because of that it is placed in a separate file.
"""

N_INITIAL_POINTS = 6

0 comments on commit ca541f3

Please sign in to comment.