Random sample consensus: Difference between revisions

Content deleted Content added
m Overview: style (steps already have explicit numbers), style, fmt., MOS:CAPS
m Example code: punct.
Line 172:
plt.show()
</syntaxhighlight>
[[File:RANSAC applied to 2D regression problem.png|alt=A scatterplot showing a diagonal line from the bottom left to top right of the figure. A trend line fits closely along the diagonal, without being thrown off by outliers scattered elsewhere in the figure.|center|thumb|Result of running the <code>RANSAC</code> implementation. The orange line shows the least -squares parameters found by the iterative approach, which successfully ignores the outlier points.]]
 
== Parameters ==