HomographyMethod Enumeration OpenCvSharp Class Library
The method used to computed homography matrix

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum HomographyMethod
Members

  Member nameValueDescription
Zero0 Regular method using all the point pairs [= 0]
LMedS4 Least-Median robust method [CV_LMEDS]
Ransac8 RANSAC-based robust method [CV_RANSAC]
See Also

Reference