boofcv.alg.feature.orientation.impl
Class ImplOrientationSlidingWindow_F32
- java.lang.Object
-
- boofcv.alg.feature.orientation.OrientationSlidingWindow<GrayF32>
-
- boofcv.alg.feature.orientation.impl.ImplOrientationSlidingWindow_F32
-
- All Implemented Interfaces:
- OrientationGradient<GrayF32>, RegionOrientation
public class ImplOrientationSlidingWindow_F32 extends OrientationSlidingWindow<GrayF32>
Implementation of
OrientationSlidingWindowfor a specific image type.WARNING: Do not modify. Automatically generated by
GenerateImplOrientationSlidingWindow.
-
-
Constructor Summary
Constructors Constructor and Description ImplOrientationSlidingWindow_F32(double objectRadiusToScale, int numAngles, double windowSize, boolean isWeighted)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.Class<GrayF32>getImageType()Returns the type of image it can process.-
Methods inherited from class boofcv.alg.feature.orientation.OrientationSlidingWindow
compute, getWeights, setImage, setObjectRadius
-
-
-
-
Constructor Detail
-
ImplOrientationSlidingWindow_F32
public ImplOrientationSlidingWindow_F32(double objectRadiusToScale, int numAngles, double windowSize, boolean isWeighted)
-
-
Method Detail
-
getImageType
public java.lang.Class<GrayF32> getImageType()
Description copied from interface:OrientationGradientReturns the type of image it can process.- Returns:
- Type of image which can be processed
-
-
DataMelt 3.0 © DataMelt by jWork.ORG