Class ConfigThreeViewRefine

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

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

    • normalizePixels

      public boolean normalizePixels
      If true pixel coordinates will be normalized using LowLevelMultiViewOps. Set to false only if pixels have already been scaled.
    • converge

      public ConfigConverge converge
      Convergence criteria
    • which

      Specifies which algorithm to apply
  • Constructor Details

    • ConfigThreeViewRefine

      public ConfigThreeViewRefine()
  • Method Details