public class ImplOrientationImageAverage_F32 extends OrientationImageAverage<boofcv.struct.image.GrayF32>
Implementation of OrientationImageAverage for a specific image type.
WARNING: Do not modify. Automatically generated by GenerateImplOrientationImageAverage.
image, kerCosine, kerSine, objectToSample, rect, sampleRadius| Constructor and Description |
|---|
ImplOrientationImageAverage_F32(double objectToSample,
int radius) |
| Modifier and Type | Method and Description |
|---|---|
double |
computeAngle(int c_x,
int c_y) |
java.lang.Class<boofcv.struct.image.GrayF32> |
getImageType()
Returns the type of image it can process.
|
compute, setImage, setObjectRadiuspublic ImplOrientationImageAverage_F32(double objectToSample,
int radius)
public double computeAngle(int c_x,
int c_y)
computeAngle in class OrientationImageAverage<boofcv.struct.image.GrayF32>public java.lang.Class<boofcv.struct.image.GrayF32> getImageType()
OrientationImage