The method used to computed homography matrix
            
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Zero | 0 | Regular method using all the point pairs [= 0] | |
| LMedS | 4 | Least-Median robust method [CV_LMEDS] | |
| Ransac | 8 | RANSAC-based robust method [CV_RANSAC] | 
See Also