Class ConfigGenerateStereoGraph

java.lang.Object
boofcv.factory.structure.ConfigGenerateStereoGraph
All Implemented Interfaces:
Configuration, Serializable

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

    • countSmootherParam

      public double countSmootherParam
      Intended to stop small number of observations causing large swings in score. Larger means more smoothing.
    • minimumCommonFeaturesFrac

      public double minimumCommonFeaturesFrac
      Minimum fraction for common features between the two frames
    • targetDisparity

      public double targetDisparity
      If the predicted disparity is above this value the score will not improve.
  • Constructor Details

    • ConfigGenerateStereoGraph

      public ConfigGenerateStereoGraph()
  • Method Details