public class ImplOrientationImageAverage_U8 extends OrientationImageAverage<boofcv.struct.image.GrayU8>
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_U8(double objectToSample,
int radius) |
| Modifier and Type | Method and Description |
|---|---|
double |
computeAngle(int c_x,
int c_y) |
java.lang.Class<boofcv.struct.image.GrayU8> |
getImageType()
Returns the type of image it can process.
|
compute, setImage, setObjectRadiuspublic ImplOrientationImageAverage_U8(double objectToSample,
int radius)
public double computeAngle(int c_x,
int c_y)
computeAngle in class OrientationImageAverage<boofcv.struct.image.GrayU8>public java.lang.Class<boofcv.struct.image.GrayU8> getImageType()
OrientationImage