MLESAC
MLESAC stands for Maximum Likelihood Estimation Sample Consensus, a robust estimation technique used to fit parametric models to data that contain outliers. It extends the RANSAC framework by embedding the inlier/outlier decision in a probabilistic model and choosing the model parameters that maximize the likelihood of the observed data under that model.
The method operates similarly to RANSAC in its iterative, sample-based approach. For each randomly drawn minimal
MLESAC generally yields higher accuracy than plain RANSAC, particularly when data contain significant noise and mixed