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

Class ConfigSiftDescribe

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      double maxDescriptorElementValue
      maxDescriptorElementValue Helps with non-affine changes in lighting.
      int numHistogramBins
      numHistogramBins Number of bins in histogram.
      double sigmaToPixels
      sigmaToPixels Conversion of sigma to pixels.
      double weightingSigmaFraction
      weightingSigmaFraction Sigma for Gaussian weighting function is set to this value * region width.
      int widthGrid
      widthGrid Width of grid in subregions.
      int widthSubregion
      widthSubregion Width of sub-region in samples.
    • 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

      • widthSubregion

        public int widthSubregion
        widthSubregion Width of sub-region in samples. Try 4
      • widthGrid

        public int widthGrid
        widthGrid Width of grid in subregions. Try 4.
      • numHistogramBins

        public int numHistogramBins
        numHistogramBins Number of bins in histogram. Try 8
      • sigmaToPixels

        public double sigmaToPixels
        sigmaToPixels Conversion of sigma to pixels. Used to scale the descriptor region. Try 1.0
      • weightingSigmaFraction

        public double weightingSigmaFraction
        weightingSigmaFraction Sigma for Gaussian weighting function is set to this value * region width. Try 0.5
      • maxDescriptorElementValue

        public double maxDescriptorElementValue
        maxDescriptorElementValue Helps with non-affine changes in lighting. See paper. Try 0.2
    • Constructor Detail

      • ConfigSiftDescribe

        public ConfigSiftDescribe()
    • 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.