Click or drag to resize

RobustEstimationAlgorithm Enumeration

http://www.emgu.com
Type of Robust Estimation Algorithm

Namespace:  Emgu.CV.CvEnum
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public enum RobustEstimationAlgorithm
Members
  Member nameValueDescription
AllPoints0 regular method using all the point pairs
LMEDS4 Least-Median robust method
Ransac8 RANSAC-based robust method
RHO16 RHO algorithm
See Also