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