ImageEn, unit ievision

TIEVisionHomographyMethod

TIEVisionHomographyMethod

Declaration

TIEVisionHomographyMethod = (
  ievREGULAR = 0,   // 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
  );