Documentation of 'boofcv.abst.feature.describe.ConfigBrief' Java class
ConfigBrief
boofcv.abst.feature.describe

Class ConfigBrief

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      int blurRadius
      Amount of blur applied to the image before sampling.
      double blurSigma
      Amount of blur applied to the image before sampling.
      boolean fixed
      If true then a fixed sized descriptor is used.
      int numPoints
      Number of points sampled.
      int radius
      Region's radius.
    • Constructor Summary

      Constructors 
      Constructor and Description
      ConfigBrief() 
      ConfigBrief(boolean fixed) 
      ConfigBrief(int radius, int numPoints, double blurSigma, int blurRadius, boolean fixed) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void checkValidity()
      Checks to see if the configuration is valid.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • radius

        public int radius
        Region's radius. Typical value is 16.
      • numPoints

        public int numPoints
        Number of points sampled. Typical value is 512.
      • blurSigma

        public double blurSigma
        Amount of blur applied to the image before sampling. Typical value is -1
      • blurRadius

        public int blurRadius
        Amount of blur applied to the image before sampling. Typical value is 4
      • fixed

        public boolean fixed
        If true then a fixed sized descriptor is used. If false then orientation and scale information is used, if available. By default this is true.
    • Constructor Detail

      • ConfigBrief

        public ConfigBrief(int radius,
                           int numPoints,
                           double blurSigma,
                           int blurRadius,
                           boolean fixed)
      • ConfigBrief

        public ConfigBrief(boolean fixed)
      • ConfigBrief

        public ConfigBrief()
    • Method Detail

      • checkValidity

        public void checkValidity()
        Description copied from interface: Configuration
        Checks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.
        Specified by:
        checkValidity in interface Configuration

DataMelt 3.0 © DataMelt by jWork.ORG

Ads help maintain this website.