Class ImplOrientationSlidingWindow_S16
java.lang.Object
boofcv.alg.feature.orientation.OrientationSlidingWindow<GrayS16>
boofcv.alg.feature.orientation.impl.ImplOrientationSlidingWindow_S16
- All Implemented Interfaces:
OrientationGradient<GrayS16>
,RegionOrientation
Implementation of OrientationSlidingWindow
for a specific image type.
WARNING: Do not modify. Automatically generated by GenerateImplOrientationSlidingWindow
.
-
Field Summary
Fields inherited from class boofcv.alg.feature.orientation.OrientationSlidingWindow
angles, derivX, derivY, isWeighted, numAngles, objectRadiusToScale, objRadius, pixelRadius, rect, weights, windowSize
-
Constructor Summary
ConstructorDescriptionImplOrientationSlidingWindow_S16
(double objectRadiusToScale, int numAngles, double windowSize, boolean isWeighted) -
Method Summary
Modifier and TypeMethodDescriptionprotected double
Compute the angle without using the optional weightsprotected double
computeWeightedOrientation
(int c_x, int c_y) Compute the angle 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.OrientationSlidingWindow
compute, getWeights, setImage, setObjectRadius
-
Constructor Details
-
ImplOrientationSlidingWindow_S16
public ImplOrientationSlidingWindow_S16(double objectRadiusToScale, int numAngles, double windowSize, 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
-
computeOrientation
protected double computeOrientation()Description copied from class:OrientationSlidingWindow
Compute the angle without using the optional weights- Specified by:
computeOrientation
in classOrientationSlidingWindow<GrayS16>
-
computeWeightedOrientation
protected double computeWeightedOrientation(int c_x, int c_y) Description copied from class:OrientationSlidingWindow
Compute the angle using the weighting kernel.- Specified by:
computeWeightedOrientation
in classOrientationSlidingWindow<GrayS16>
-
copy
Description copied from interface:RegionOrientation
Creates a copy which is functionally identical
-