Class ImplOrientationHistogram_S32
java.lang.Object
boofcv.alg.feature.orientation.OrientationHistogram<GrayS32>
boofcv.alg.feature.orientation.impl.ImplOrientationHistogram_S32
- All Implemented Interfaces:
OrientationGradient<GrayS32>,RegionOrientation
Implementation of OrientationHistogram for a specific image type.
WARNING: Do not modify. Automatically generated by GenerateImplOrientationHistogram.
-
Field Summary
Fields inherited from class boofcv.alg.feature.orientation.OrientationHistogram
angleDiv, angleRound, derivX, derivY, isWeighted, numAngles, objectToSample, radiusScale, rect, sumDerivX, sumDerivY, weights -
Constructor Summary
ConstructorsConstructorDescriptionImplOrientationHistogram_S32(double objectToSample, int numAngles, boolean isWeighted) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidCompute the score without using the optional weightsprotected voidcomputeWeightedScore(int c_x, int c_y) Compute the score using the weighting kernel.copy()Creates a copy which is functionally identicalReturns the type of image it can process.Methods inherited from class boofcv.alg.feature.orientation.OrientationHistogram
compute, getObjectToSample, getWeights, setImage, setObjectRadius, setObjectToSample
-
Constructor Details
-
ImplOrientationHistogram_S32
public ImplOrientationHistogram_S32(double objectToSample, int numAngles, boolean isWeighted)
-
-
Method Details
-
getImageType
Description copied from interface:OrientationGradientReturns the type of image it can process.- Returns:
- Type of image which can be processed
-
computeUnweightedScore
protected void computeUnweightedScore()Description copied from class:OrientationHistogramCompute the score without using the optional weights- Specified by:
computeUnweightedScorein classOrientationHistogram<GrayS32>
-
computeWeightedScore
protected void computeWeightedScore(int c_x, int c_y) Description copied from class:OrientationHistogramCompute the score using the weighting kernel.- Specified by:
computeWeightedScorein classOrientationHistogram<GrayS32>
-
copy
Description copied from interface:RegionOrientationCreates a copy which is functionally identical
-