Fix stop_probability description

This commit is contained in:
Johannes Schönberger
2014-09-30 20:55:35 -04:00
parent 15475516d9
commit c594416b78
+1 -1
View File
@@ -564,7 +564,7 @@ def ransac(data, model_class, min_samples, residual_threshold,
threshold.
stop_probability : float in range [0, 1], optional
RANSAC iteration stops if at least one outlier-free set of the
training data is sampled in RANSAC. This requires to generate at least
training data is sampled. This requires to generate at least
N samples (iterations):
N >= log(1 - probability) / log(1 - e**m)