Class ConfigDescribePoint

java.lang.Object
boofcv.factory.feature.describe.ConfigDescribePoint
All Implemented Interfaces:
Configuration, Serializable

public class ConfigDescribePoint extends Object implements Configuration
Configuration for creating DescribePoint
See Also:
  • Field Details

    • descriptors

      public final ConfigDescribeRegion descriptors
      Specifies how the descriptors are computed
    • orientation

      public final ConfigOrientation2 orientation
      Specifies how the orientation is found for orientation invariant descriptors
    • radius

      public double radius
      If the descriptor is scale invariant you need to specify the region it will cover. If ≤ 0 it will use the descriptor's default
    • convert

      public ConfigConvertTupleDesc convert
      Convert the descriptor into a different format
  • Constructor Details

    • ConfigDescribePoint

      public ConfigDescribePoint()
  • Method Details