Enum FundamentalMatrixMethod
Specifies available methods for computing the fundamental matrix.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public enum FundamentalMatrixMethod : int
Fields
Name | Description |
---|---|
LMedS | Specifies the Least-Median robust method (N >= 8). |
Point7 | Specifies a 7-point algorithm (N = 7). |
Point8 | Specifies an 8-point algorithm (N >= 8). |
Ransac | Specifies the RANSAC algorithm (N >= 8). |