mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-17 11:32:45 +08:00
Reduce default number of max trials
This commit is contained in:
committed by
Johannes Schönberger
parent
65f26e7e9d
commit
df801a8876
@@ -444,7 +444,7 @@ class EllipseModel(BaseModel):
|
||||
|
||||
|
||||
def ransac(data, model_class, min_samples, residual_threshold,
|
||||
max_trials=1000):
|
||||
max_trials=100):
|
||||
'''Fits a model to data with the RANSAC (random sample consensus) algorithm.
|
||||
|
||||
Parameters
|
||||
|
||||
Reference in New Issue
Block a user