public class DescribeDenseHogAlg_F32 extends DescribeDenseHogAlg<boofcv.struct.image.GrayF32,boofcv.struct.image.GrayF32>
DescribeDenseHogAlg for GrayF32.DescribeDenseHogAlg.CellderivX, derivY, pixelDX, pixelDY| Constructor and Description |
|---|
DescribeDenseHogAlg_F32(int orientationBins,
int widthCell,
int widthBlock,
int stepBlock) |
| Modifier and Type | Method and Description |
|---|---|
void |
computeDerivative(int pixelIndex)
Computes and stores the gradient at the specified pixel.
|
_getDerivX, _getDerivY, _getPixelDX, _getPixelDY, computeCellWeights, createDescription, getCell, getCellCols, getCellRows, getDescriptions, getDescriptorsInRegion, getImageType, getLocations, getOrientationBins, getRegionWidthPixel, getStepBlock, getWidthBlock, getWidthCell, process, setInput, setStepBlock, setWidthCellpublic DescribeDenseHogAlg_F32(int orientationBins,
int widthCell,
int widthBlock,
int stepBlock)
public void computeDerivative(int pixelIndex)
DescribeDenseHogAlgcomputeDerivative in class DescribeDenseHogAlg<boofcv.struct.image.GrayF32,boofcv.struct.image.GrayF32>