| FundamentalMatMethod Enumeration |
Method for computing the fundamental matrix
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax [FlagsAttribute]
public enum FundamentalMatMethod
<FlagsAttribute>
Public Enumeration FundamentalMatMethod
[FlagsAttribute]
public enum class FundamentalMatMethod
[<FlagsAttribute>]
type FundamentalMatMethod
Members
| Member name | Value | Description |
---|
| Point7 | 1 |
for 7-point algorithm. N == 7
|
| Point8 | 2 |
for 8-point algorithm. N >= 8
[CV_FM_8POINT]
|
| LMedS | 4 |
for LMedS algorithm. N > 8
|
| Ransac | 8 |
for RANSAC algorithm. N > 8
|
See Also