Class ConfigHomography

java.lang.Object
boofcv.factory.geo.ConfigHomography
All Implemented Interfaces:
Configuration, Serializable

public class ConfigHomography extends Object implements Configuration
Configuration parameters for estimating a homography
See Also:
  • Field Details

    • normalize

      public boolean normalize
      If the input is in pixel coordinates then this should be true. If in normalized image coordinates then it can be false.
  • Constructor Details

    • ConfigHomography

      public ConfigHomography(boolean normalize)
    • ConfigHomography

      public ConfigHomography()
  • Method Details