Class ConfigSelfCalibPracticalGuess

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

public class ConfigSelfCalibPracticalGuess extends Object implements Configuration
See Also:
  • Field Details

    • sampleMin

      public double sampleMin
      Specifies the lower and upper limit for focal lengths it will consider. Relative to image shape
    • sampleMax

      public double sampleMax
      Specifies the lower and upper limit for focal lengths it will consider. Relative to image shape
    • numberOfSamples

      public int numberOfSamples
      Number of focal length values it will sample for each camera. 200 is better but is slow
    • fixedFocus

      public boolean fixedFocus
      if true the focus is assumed to be the same for the first two images
  • Constructor Details

    • ConfigSelfCalibPracticalGuess

      public ConfigSelfCalibPracticalGuess()
  • Method Details