Table of Contents

Enum RobustEstimationAlgorithm

Namespace
Emgu.CV.CvEnum
Assembly
Emgu.CV.dll

Type of Robust Estimation Algorithm

public enum RobustEstimationAlgorithm

Fields

AllPoints = 0

regular method using all the point pairs

LMEDS = 4

Least-Median robust method

RHO = 16

RHO algorithm

Ransac = 8

RANSAC-based robust method