Class ConfigSurfDescribe.Stability

java.lang.Object
boofcv.abst.feature.describe.ConfigSurfDescribe
boofcv.abst.feature.describe.ConfigSurfDescribe.Stability
All Implemented Interfaces:
Configuration, Serializable
Enclosing class:
ConfigSurfDescribe

public static class ConfigSurfDescribe.Stability extends ConfigSurfDescribe
Configuration for SURF implementation that has been designed for stability.
See Also:
  • Field Details

    • overLap

      public int overLap
      Number of sample points sub-regions overlap, Typically 2.
    • sigmaLargeGrid

      public double sigmaLargeGrid
      Sigma used to weight points in the sub-region grid. Typically 2.5
    • sigmaSubRegion

      public double sigmaSubRegion
      Sigma used to weight points in the large grid. Typically 2.5
  • Constructor Details

    • Stability

      public Stability()
  • Method Details