Enum FindHomographyMethod
Specifies available methods for computing the homography matrix.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public enum FindHomographyMethod : int
Fields
| Name | Description |
|---|---|
| LMedS | Specifies a Least-Median robust method. |
| Ransac | Specifies a RANSAC-based robust method. |
| Regular | Specifies a regular method using all the points. |