Content deleted Content added
→Overview: Clarified the definition of consensus sets. |
→Algorithm: Clarified each term in the pseudo code. |
||
Line 34:
==Algorithm==
The generic RANSAC algorithm works as
Given:
data – A set of observations.
model – A model to explain the observed data points.
n –
k –
t –
d –
Return:
bestFit – The model parameters which best fit the data (or null if no good model is found).
iterations = 0
|