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
Implementation of OrientationImageAverage for a specific image type.
WARNING: Do not modify. Automatically generated by GenerateImplOrientationImageAverage.
-
Field Summary
Fields inherited from class boofcv.alg.feature.orientation.OrientationImageAverage
image, kerCosine, kerSine, objectRadius, objectToSample, rect, sampleRadius -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublecomputeAngle(int c_x, int c_y) copy()Creates a copy which is functionally identicalReturns the type of image it can process.Methods inherited from class boofcv.alg.feature.orientation.OrientationImageAverage
compute, setImage, setObjectRadius
-
Constructor Details
-
ImplOrientationImageAverage_F32
public ImplOrientationImageAverage_F32(double objectToSample, int radius)
-
-
Method Details
-
computeAngle
public double computeAngle(int c_x, int c_y) - Specified by:
computeAnglein classOrientationImageAverage<GrayF32>
-
getImageType
Description copied from interface:OrientationImageReturns the type of image it can process.- Returns:
- Type of image which can be processed
-
copy
Description copied from interface:RegionOrientationCreates a copy which is functionally identical
-