Enum HomographyMethods
The method used to computed homography matrix
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum HomographyMethods
Fields
Name | Description |
---|---|
LMedS | Least-Median robust method |
None | Regular method using all the point pairs |
Ransac | RANSAC-based robust method |
Rho | RHO algorithm |
USAC_ACCURATE | USAC, accurate settings |
USAC_DEFAULT | USAC algorithm, default settings |
USAC_FAST | USAC, fast settings |
USAC_FM_8PTS | USAC, fundamental matrix 8 points |
USAC_MAGSAC | USAC, runs MAGSAC++ |
USAC_PARALLEL | USAC, parallel version |
USAC_PROSAC | USAC, sorted points, runs PROSAC |