Class ConfigTemplateDescribe

java.lang.Object
boofcv.abst.feature.describe.ConfigTemplateDescribe
All Implemented Interfaces:
Configuration, Serializable

public class ConfigTemplateDescribe extends Object implements Configuration
Template based image descriptor. Template descriptors use each pixel in the region as a feature.
See Also:
  • Field Details

    • type

      The type of descriptor. Not all error types can be used with all descriptors.
    • width

      public int width
      The region's width
    • height

      public int height
      The region's height.
  • Constructor Details

    • ConfigTemplateDescribe

      public ConfigTemplateDescribe()
  • Method Details