Click or drag to resize

HomographyMethods Enumeration

The method used to computed homography matrix

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
[FlagsAttribute]
public enum HomographyMethods
Members
  Member nameValueDescription
None0 Regular method using all the point pairs
LMedS4 Least-Median robust method
Ransac8 RANSAC-based robust method
Rho16 RHO algorithm
See Also