Table of Contents

Enum RobustEstimationAlgorithms

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

type of the robust estimation algorithm

public enum RobustEstimationAlgorithms

Fields

LMEDS = 4

least-median of squares algorithm

RANSAC = 8

RANSAC algorithm

RHO = 16

RHO algorithm

USAC_ACCURATE = 36

USAC, accurate settings

USAC_DEFAULT = 32

USAC algorithm, default settings

USAC_FAST = 35

USAC, fast settings

USAC_FM_8PTS = 34

USAC, fundamental matrix 8 points

USAC_MAGSAC = 38

USAC, runs MAGSAC++

USAC_PARALLEL = 33

USAC, parallel version

USAC_PROSAC = 37

USAC, sorted points, runs PROSAC