public class ImplOrientationHistogram_S32 extends OrientationHistogram<boofcv.struct.image.GrayS32>
Implementation of OrientationHistogram for a specific image type.
WARNING: Do not modify. Automatically generated by GenerateImplOrientationHistogram.
angleDiv, angleRound, derivX, derivY, isWeighted, numAngles, objectToSample, radiusScale, rect, sumDerivX, sumDerivY, weights| Constructor and Description |
|---|
ImplOrientationHistogram_S32(double objectToSample,
int numAngles,
boolean isWeighted) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
computeUnweightedScore()
Compute the score without using the optional weights
|
protected void |
computeWeightedScore(int c_x,
int c_y)
Compute the score using the weighting kernel.
|
java.lang.Class<boofcv.struct.image.GrayS32> |
getImageType()
Returns the type of image it can process.
|
compute, getObjectToSample, getWeights, setImage, setObjectRadius, setObjectToSamplepublic ImplOrientationHistogram_S32(double objectToSample,
int numAngles,
boolean isWeighted)
public java.lang.Class<boofcv.struct.image.GrayS32> getImageType()
OrientationGradientprotected void computeUnweightedScore()
OrientationHistogramcomputeUnweightedScore in class OrientationHistogram<boofcv.struct.image.GrayS32>protected void computeWeightedScore(int c_x,
int c_y)
OrientationHistogramcomputeWeightedScore in class OrientationHistogram<boofcv.struct.image.GrayS32>