http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Type of cvHomography method
Namespace: Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public enum HOMOGRAPHY_METHOD |
Visual Basic |
---|
Public Enumeration HOMOGRAPHY_METHOD |
Visual C++ |
---|
public enum class HOMOGRAPHY_METHOD |
Members
Member name | Value | Description | |
---|---|---|---|
DEFAULT | 0 | regular method using all the point pairs | |
LMEDS | 4 | Least-Median robust method | |
RANSAC | 8 | RANSAC-based robust method |