boofcv.alg.feature.orientation.impl
Class ImplOrientationImageAverage_F32
- java.lang.Object
-
- boofcv.alg.feature.orientation.OrientationImageAverage<GrayF32>
-
- boofcv.alg.feature.orientation.impl.ImplOrientationImageAverage_F32
-
- All Implemented Interfaces:
- OrientationImage<GrayF32>, RegionOrientation
public class ImplOrientationImageAverage_F32 extends OrientationImageAverage<GrayF32>
Implementation of
OrientationImageAveragefor a specific image type.WARNING: Do not modify. Automatically generated by
GenerateImplOrientationImageAverage.
-
-
Constructor Summary
Constructors Constructor and Description ImplOrientationImageAverage_F32(double objectToSample, int radius)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doublecomputeAngle(int c_x, int c_y)java.lang.Class<GrayF32>getImageType()Returns the type of image it can process.-
Methods inherited from class boofcv.alg.feature.orientation.OrientationImageAverage
compute, setImage, setObjectRadius
-
-
-
-
Constructor Detail
-
ImplOrientationImageAverage_F32
public ImplOrientationImageAverage_F32(double objectToSample, int radius)
-
-
Method Detail
-
computeAngle
public double computeAngle(int c_x, int c_y)
-
getImageType
public java.lang.Class<GrayF32> getImageType()
Description copied from interface:OrientationImageReturns the type of image it can process.- Returns:
- Type of image which can be processed
-
-
DataMelt 3.0 © DataMelt by jWork.ORG