Click or drag to resize

FundamentalMatMethod Enumeration

Method for computing the fundamental matrix

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
[FlagsAttribute]
public enum FundamentalMatMethod
Members
  Member nameValueDescription
Point71 for 7-point algorithm. N == 7
Point82 for 8-point algorithm. N >= 8 [CV_FM_8POINT]
LMedS4 for LMedS algorithm. N > 8
Ransac8 for RANSAC algorithm. N > 8
See Also