Click or drag to resize

RobustEstimationAlgorithms Enumeration

type of the robust estimation algorithm

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public enum RobustEstimationAlgorithms
Members
  Member nameValueDescription
LMEDS4 least-median of squares algorithm
RANSAC8 RANSAC algorithm
RHO16 RHO algorithm
See Also