boofcv.alg.feature.dense.impl
Class DescribeDenseHogAlg_U8
- java.lang.Object
-
- boofcv.alg.feature.dense.DescribeDenseHogAlg<GrayU8,GrayS16>
-
- boofcv.alg.feature.dense.impl.DescribeDenseHogAlg_U8
-
public class DescribeDenseHogAlg_U8 extends DescribeDenseHogAlg<GrayU8,GrayS16>
Implementation pfDescribeDenseHogAlgforGrayU8.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class boofcv.alg.feature.dense.DescribeDenseHogAlg
DescribeDenseHogAlg.Cell
-
-
Constructor Summary
Constructors Constructor and Description DescribeDenseHogAlg_U8(int orientationBins, int widthCell, int widthBlock, int stepBlock)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidcomputeDerivative(int pixelIndex)Computes and stores the gradient at the specified pixel.-
Methods inherited from class boofcv.alg.feature.dense.DescribeDenseHogAlg
_getDerivX, _getDerivY, _getPixelDX, _getPixelDY, createDescription, getCell, getCellCols, getCellRows, getDescriptions, getDescriptorsInRegion, getImageType, getLocations, getOrientationBins, getRegionWidthPixel, getStepBlock, getWidthBlock, getWidthCell, process, setInput, setStepBlock, setWidthCell
-
-
-
-
Constructor Detail
-
DescribeDenseHogAlg_U8
public DescribeDenseHogAlg_U8(int orientationBins, int widthCell, int widthBlock, int stepBlock)
-
-
Method Detail
-
computeDerivative
public void computeDerivative(int pixelIndex)
Description copied from class:DescribeDenseHogAlgComputes and stores the gradient at the specified pixel. pixelIndex = y*columns + x- Specified by:
computeDerivativein classDescribeDenseHogAlg<GrayU8,GrayS16>
-
-
DataMelt 3.0 © DataMelt by jWork.ORG