Enum RobustEstimationAlgorithms
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
type of the robust estimation algorithm
public enum RobustEstimationAlgorithms
Fields
LMEDS = 4least-median of squares algorithm
RANSAC = 8RANSAC algorithm
RHO = 16RHO algorithm
USAC_ACCURATE = 36USAC, accurate settings
USAC_DEFAULT = 32USAC algorithm, default settings
USAC_FAST = 35USAC, fast settings
USAC_FM_8PTS = 34USAC, fundamental matrix 8 points
USAC_MAGSAC = 38USAC, runs MAGSAC++
USAC_PARALLEL = 33USAC, parallel version
USAC_PROSAC = 37USAC, sorted points, runs PROSAC