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