|
|
RANSACTModel Properties |
The RANSACTModel generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Degenerate |
Degenerative set detection function.
| |
| Distances |
Distance function.
| |
| Fitting |
Model fitting function.
| |
| MaxEvaluations |
Maximum number of trials. Default is 1000.
| |
| MaxSamplings |
Maximum number of attempts to select a
non-degenerate data set. Default is 100.
| |
| Probability |
Gets or sets the probability of obtaining a random
sample of the input points that contains no outliers.
Default is 0.99.
| |
| Samples |
Gets or sets the minimum number of samples from the data
required by the fitting function to fit a model.
| |
| Threshold |
Gets or sets the minimum distance between a data point and
the model used to decide whether the point is an inlier or not.
| |
| TrialsNeeded |
Gets the current estimate of trials needed.
| |
| TrialsPerformed |
Gets the current number of trials performed.
|