Enum FundamentalMatMethods
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Method for computing the fundamental matrix
[Flags]
public enum FundamentalMatMethods
Fields
LMedS = 4for LMedS algorithm. N > 8
Point7 = 1for 7-point algorithm. N == 7
Point8 = 2for 8-point algorithm. N >= 8 [CV_FM_8POINT]
Ransac = 8for RANSAC algorithm. N > 8