Class ConfigDenseSurfStable

java.lang.Object
boofcv.factory.feature.dense.ConfigDenseSurfStable
All Implemented Interfaces:
Configuration, Serializable

public class ConfigDenseSurfStable extends Object implements Configuration
Configuration for Dense SURF features optimized for stability
See Also:
  • Field Details

    • surf

      Configuration for Stable SURF descriptor
    • sampling

      public DenseSampling sampling
      Specifies the frequency it will sample across the image in pixels. Default ix period X = 8, period Y = 8.
    • descriptorScale

      public double descriptorScale
      Relative size of descriptor
  • Constructor Details

    • ConfigDenseSurfStable

      public ConfigDenseSurfStable(DenseSampling sampling)
    • ConfigDenseSurfStable

      public ConfigDenseSurfStable()
  • Method Details