Class ConfigSelfCalibEssentialGuess

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

public class ConfigSelfCalibEssentialGuess 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 max(width,height)
    • sampleMax

      public double sampleMax
      Specifies the lower and upper limit for focal lengths it will consider. Relative to image max(width,height)
    • 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

    • ConfigSelfCalibEssentialGuess

      public ConfigSelfCalibEssentialGuess()
  • Method Details