Class ConfigFundamental

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

public class ConfigFundamental extends Object implements Configuration
Configuration parameters for estimating a fundamental matrix robustly.
See Also:
  • Field Details

    • which

      public EnumFundamental which
      Which algorithm should it use.
    • numResolve

      public int numResolve
      How many points should be used to resolve ambiguity in the solutions?
    • errorModel

      public ConfigFundamental.ErrorModel errorModel
      If computed robustly this specifies the error model that's used to prune outliers
  • Constructor Details

    • ConfigFundamental

      public ConfigFundamental()
  • Method Details