Class ConfigPointDetector

java.lang.Object
boofcv.abst.feature.detect.interest.ConfigPointDetector
All Implemented Interfaces:
Configuration, Serializable

public class ConfigPointDetector extends Object implements Configuration
Configuration for all single point features, e.g. corners or single scale blobs.
See Also:
  • Field Details

    • type

      public PointDetectorTypes type
      Which detector is used.
    • scaleRadius

      public double scaleRadius
      If a scale-invariant descriptor is used this specified what radius/scale the returned point feature will specify.
    • general

      public final ConfigGeneralDetector general
      Configurations common to all point detectors
    • harris

      public final ConfigHarrisCorner harris
      Configuration only used with Harris
    • shiTomasi

      public final ConfigShiTomasi shiTomasi
      Configuration only used with Shi-Tomasi
    • fast

      public final ConfigFastCorner fast
      Configuration only used with FAST
  • Constructor Details

    • ConfigPointDetector

      public ConfigPointDetector()
  • Method Details