Type of cvHomography method
Namespace:
Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public enum HOMOGRAPHY_METHOD |
Visual Basic (Declaration) |
---|
Public Enumeration HOMOGRAPHY_METHOD |
Visual C++ |
---|
public enum class HOMOGRAPHY_METHOD |
Members
Member name | Description | |
---|---|---|
DEFAULT |
regular method using all the point pairs
| |
LMEDS |
Least-Median robust method
| |
RANSAC |
RANSAC-based robust method
|