public class ConfigAverageIntegral extends Object implements ConfigOrientation
ImplOrientationAverageGradientIntegral.ConfigOrientation.Gradient, ConfigOrientation.Integral| Modifier and Type | Field and Description |
|---|---|
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) |
public int radius
public double samplePeriod
public int sampleWidth
public double weightSigma
public ConfigAverageIntegral(int radius,
double samplePeriod,
int sampleWidth,
double weightSigma)
public ConfigAverageIntegral()
public void checkValidity()
checkValidity in interface ConfigurationCopyright © 2013. All Rights Reserved.