Class ImplOrientationImageAverage_U8
java.lang.Object
boofcv.alg.feature.orientation.OrientationImageAverage<GrayU8>
boofcv.alg.feature.orientation.impl.ImplOrientationImageAverage_U8
- All Implemented Interfaces:
OrientationImage<GrayU8>
,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
-
Method Summary
Modifier and TypeMethodDescriptiondouble
computeAngle
(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_U8
public ImplOrientationImageAverage_U8(double objectToSample, int radius)
-
-
Method Details
-
computeAngle
public double computeAngle(int c_x, int c_y) - Specified by:
computeAngle
in classOrientationImageAverage<GrayU8>
-
getImageType
Description copied from interface:OrientationImage
Returns the type of image it can process.- Returns:
- Type of image which can be processed
-
copy
Description copied from interface:RegionOrientation
Creates a copy which is functionally identical
-