boofcv.factory.feature.dense
Class ConfigDenseHoG
- java.lang.Object
-
- boofcv.factory.feature.dense.ConfigDenseHoG
-
- All Implemented Interfaces:
- Configuration, java.io.Serializable
public class ConfigDenseHoG extends java.lang.Object implements Configuration
Configuration forDescribeImageDenseHoG- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description intorientationBinsNumber of orientation bins.intstepBlockNumber of cells that are skipped between two blocks.intwidthBlockNumber of cells wide a block isintwidthCellNumber 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 voidcheckValidity()Checks to see if the configuration is valid.
-
-
-
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.
-
-
Method Detail
-
checkValidity
public void checkValidity()
Description copied from interface:ConfigurationChecks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.- Specified by:
checkValidityin interfaceConfiguration
-
-
DataMelt 3.0 © DataMelt by jWork.ORG