Class ImplOrientationHistogram_F32
java.lang.Object
boofcv.alg.feature.orientation.OrientationHistogram<GrayF32>
boofcv.alg.feature.orientation.impl.ImplOrientationHistogram_F32
- All Implemented Interfaces:
OrientationGradient<GrayF32>
,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
ConstructorDescriptionImplOrientationHistogram_F32
(double objectToSample, int numAngles, boolean isWeighted) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Compute the score without using the optional weightsprotected void
computeWeightedScore
(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_F32
public ImplOrientationHistogram_F32(double objectToSample, int numAngles, boolean isWeighted)
-
-
Method Details
-
getImageType
Description copied from interface:OrientationGradient
Returns the type of image it can process.- Returns:
- Type of image which can be processed
-
computeUnweightedScore
protected void computeUnweightedScore()Description copied from class:OrientationHistogram
Compute the score without using the optional weights- Specified by:
computeUnweightedScore
in classOrientationHistogram<GrayF32>
-
computeWeightedScore
protected void computeWeightedScore(int c_x, int c_y) Description copied from class:OrientationHistogram
Compute the score using the weighting kernel.- Specified by:
computeWeightedScore
in classOrientationHistogram<GrayF32>
-
copy
Description copied from interface:RegionOrientation
Creates a copy which is functionally identical
-