Enum RobustEstimationAlgorithm
Type of Robust Estimation Algorithm
public enum RobustEstimationAlgorithm
Fields
AllPoints = 0
regular method using all the point pairs
LMEDS = 4
Least-Median robust method
RHO = 16
RHO algorithm
Ransac = 8
RANSAC-based robust method