Table of Contents

Enum FmType

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

Calculates fundamental matrix given a set of corresponding points

[Flags]
public enum FmType

Fields

EightPoint = 2

for 8-point algorithm. N >= 8

LMeds = EightPoint | LMedsOnly

CV_FM_LMEDS_ONLY | CV_FM_8POINT

LMedsOnly = 4

for LMedS algorithm. N >= 8

Ransac = EightPoint | RansacOnly

CV_FM_RANSAC_ONLY | CV_FM_8POINT

RansacOnly = 8

for RANSAC algorithm. N >= 8

SevenPoint = 1

for 7-point algorithm. N == 7