Introduction - If you have any usage issues, please Google them yourself
Ransac algorithm (RANdom SAmple Consensus, RANSAC). It uses an iterative way to estimate the parameters of the mathematical model a set of observed data contains outliers in. RANSAC is a non-deterministic algorithm, in the sense that it will produce a reasonable result in a certain probability, and iterative more times will increase the chances.