public class ConfigAverageIntegral extends java.lang.Object implements ConfigOrientation
ImplOrientationAverageGradientIntegral.ConfigOrientation.Gradient, ConfigOrientation.Integral| Modifier and Type | Field and Description |
|---|---|
double |
objectRadiusToScale
How to convert the radius to the internal canonical scale.
|
int |
radius
Radius of the region being considered in terms of samples.
|
double |
samplePeriod
How often the image is sampled.
|
int |
sampleWidth
How wide of a kernel should be used to sample.
|
double |
weightSigma
Sigma for weighting.
|
| Constructor and Description |
|---|
ConfigAverageIntegral() |
ConfigAverageIntegral(int radius,
double samplePeriod,
int sampleWidth,
double weightSigma) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity() |
public double objectRadiusToScale
public int radius
public double samplePeriod
public int sampleWidth
public double weightSigma