Click or drag to resize

EssentialMatMethod Enumeration

Method for computing the essential matrix

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
[FlagsAttribute]
public enum EssentialMatMethod
Members
  Member nameValueDescription
LMedS4 for LMedS algorithm.
Ransac8 for RANSAC algorithm.
See Also