Documentation of 'boofcv.factory.feature.dense.ConfigDenseHoG' Java class
ConfigDenseHoG
boofcv.factory.feature.dense

Class ConfigDenseHoG

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      int orientationBins
      Number of orientation bins.
      int stepBlock
      Number of cells that are skipped between two blocks.
      int widthBlock
      Number of cells wide a block is
      int widthCell
      Number of pixels in a cell.
    • Constructor Summary

      Constructors 
      Constructor and Description
      ConfigDenseHoG() 
    • 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

      • orientationBins

        public int orientationBins
        Number of orientation bins.
      • widthCell

        public int widthCell
        Number of pixels in a cell.
      • widthBlock

        public int widthBlock
        Number of cells wide a block is
      • stepBlock

        public int stepBlock
        Number of cells that are skipped between two blocks.
    • Constructor Detail

      • ConfigDenseHoG

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

You see the box below because you did not login.