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

Class ConfigSurfDescribe

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class and Description
      static class  ConfigSurfDescribe.Speed
      Configuration for SURF implementation that has been designed for speed at the cost of some stability..
      static class  ConfigSurfDescribe.Stability
      Configuration for SURF implementation that has been designed for stability.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      boolean useHaar
      If true the Haar wavelet will be used.
      int widthLargeGrid
      Number of sub-regions wide the large grid is.
      int widthSample
      The width of a sample point.
      int widthSubRegion
      Number of sample points wide a sub-region is.
    • Method Summary

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

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

      • widthLargeGrid

        public int widthLargeGrid
        Number of sub-regions wide the large grid is. Typically 4
      • widthSubRegion

        public int widthSubRegion
        Number of sample points wide a sub-region is. Typically 5
      • widthSample

        public int widthSample
        The width of a sample point. Typically 3
      • useHaar

        public boolean useHaar
        If true the Haar wavelet will be used. If false means image gradient.
    • Constructor Detail

      • ConfigSurfDescribe

        public ConfigSurfDescribe()
    • 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
      • main

        public static void main(java.lang.String[] args)
                         throws java.lang.ClassNotFoundException
        Throws:
        java.lang.ClassNotFoundException

DataMelt 3.0 © DataMelt by jWork.ORG

Ads help maintain this website.