boofcv.alg.feature.orientation.impl
Class ImplOrientationHistogram_S16
- java.lang.Object
-
- boofcv.alg.feature.orientation.OrientationHistogram<GrayS16>
-
- boofcv.alg.feature.orientation.impl.ImplOrientationHistogram_S16
-
- All Implemented Interfaces:
- OrientationGradient<GrayS16>, RegionOrientation
public class ImplOrientationHistogram_S16 extends OrientationHistogram<GrayS16>
Implementation of
OrientationHistogramfor a specific image type.WARNING: Do not modify. Automatically generated by
GenerateImplOrientationHistogram.
-
-
Constructor Summary
Constructors Constructor and Description ImplOrientationHistogram_S16(double objectToSample, int numAngles, 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.OrientationHistogram
compute, getObjectToSample, getWeights, setImage, setObjectRadius, setObjectToSample
-
-
-
-
Constructor Detail
-
ImplOrientationHistogram_S16
public ImplOrientationHistogram_S16(double objectToSample, int numAngles, 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