Table of Contents

Enum FundamentalMatMethods

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Method for computing the fundamental matrix

[Flags]
public enum FundamentalMatMethods

Fields

LMedS = 4

for LMedS algorithm. N > 8

Point7 = 1

for 7-point algorithm. N == 7

Point8 = 2

for 8-point algorithm. N >= 8 [CV_FM_8POINT]

Ransac = 8

for RANSAC algorithm. N > 8