Type of cvHomography method

C# | Visual Basic | Visual C++ |
public enum HOMOGRAPHY_METHOD
Public Enumeration HOMOGRAPHY_METHOD
public enum class HOMOGRAPHY_METHOD

Member | Description |
---|---|
DEFAULT |
regular method using all the point pairs
|
LMEDS |
Least-Median robust method
|
RANSAC |
RANSAC-based robust method
|