Show / Hide Table of Contents

Enum FundamentalMatMethods

Method for computing the fundamental matrix

Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum FundamentalMatMethods

Fields

Name Description
LMedS

for LMedS algorithm. N > 8

Point7

for 7-point algorithm. N == 7

Point8

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

Ransac

for RANSAC algorithm. N > 8

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX