boofcv.alg.feature.orientation.impl
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
public class ImplOrientationSlidingWindow_S16 extends OrientationSlidingWindow<GrayS16>
Implementation of
OrientationSlidingWindowfor a specific image type.WARNING: Do not modify. Automatically generated by
GenerateImplOrientationSlidingWindow.
-
-
Constructor Summary
Constructors Constructor and Description ImplOrientationSlidingWindow_S16(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<GrayS16>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_S16
public ImplOrientationSlidingWindow_S16(double objectRadiusToScale, int numAngles, double windowSize, boolean isWeighted)
-
-
Method Detail
-
getImageType
public java.lang.Class<GrayS16> 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