Content deleted Content added
→Parameters: Clarified terms. |
→Parameters: Clarifying terms. |
||
Line 179:
The threshold value to determine when a data point fits a model ({{mvar|t}}), and the number of inliers (data points fitted to the model within ''t'') required to assert that the model fits well to data ({{mvar|d}}) are determined based on specific requirements of the application and the dataset, and possibly based on experimental evaluation. The number of iterations ({{mvar|k}}), however, can be roughly determined as a function of the desired probability of success ({{mvar|p}}) as shown below.
Let {{mvar|p}} be the desired probability that the RANSAC algorithm provides at least one useful result after running. In extreme (for simplifying the derivation), RANSAC returns a successful result if in some iteration it selects only inliers from the input data set when it chooses {{mvar|n}} points from the data set from which the model parameters are estimated. (
:<math>w</math> = number of inliers in data / number of points in data
A common case is that <math>w</math> is not well known beforehand because of an unknown number of inliers in data before running the RANSAC algorithm, but some rough value can be given. With a given
:<math>
|