Show / Hide Table of Contents

Enum RobustEstimationAlgorithms

type of the robust estimation algorithm

Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum RobustEstimationAlgorithms

Fields

Name Description
LMEDS

least-median of squares algorithm

RANSAC

RANSAC algorithm

RHO

RHO algorithm

USAC_ACCURATE

USAC, accurate settings

USAC_DEFAULT

USAC algorithm, default settings

USAC_FAST

USAC, fast settings

USAC_FM_8PTS

USAC, fundamental matrix 8 points

USAC_MAGSAC

USAC, runs MAGSAC++

USAC_PARALLEL

USAC, parallel version

USAC_PROSAC

USAC, sorted points, runs PROSAC

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX