HomographyMethod Enumeration |
http://www.emgu.com
Type of cvHomography method
Namespace: Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic enum HomographyMethod
Public Enumeration HomographyMethod
public enum class HomographyMethod
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
|
See Also