TIEVisionHomographyMethod
Declaration
TIEVisionHomographyMethod = (
ievREGULAR = 0, // a regular method using all the points, i.e., the least squares method
ievLMEDS = 4, // RANSAC-based robust method
ievRANSAC = 8, // Least-Median robust method
ievRHO = 16 // Least-Median robust method
);