public class ConfigDenseHoG
extends java.lang.Object
implements boofcv.struct.Configuration
FactoryDescribeImageDense| Modifier and Type | Field and Description |
|---|---|
int |
cellsPerBlockX
Number of cells wide a block is along x-axis
|
int |
cellsPerBlockY
Number of cells wide a block is along x-axis
|
boolean |
fastVariant
If set to true a faster variant of HOG will be used which doesn't apply spatial normalization.
|
int |
orientationBins
Number of orientation bins.
|
int |
pixelsPerCell
Number of pixels in a cell.
|
int |
stepBlock
Number of cells that are skipped between two blocks.
|
| Constructor and Description |
|---|
ConfigDenseHoG() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity() |
public int orientationBins
public int pixelsPerCell
public int cellsPerBlockX
public int cellsPerBlockY
public int stepBlock
public boolean fastVariant