public class ConfigSlidingIntegral extends Object implements ConfigOrientation.Integral
ImplOrientationSlidingWindowIntegral.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
Size of kernel doing the sampling.
|
double |
weightSigma
Sigma for weighting distribution.
|
double |
windowSize
Angular window that is slide across.
|
| Constructor and Description |
|---|
ConfigSlidingIntegral() |
ConfigSlidingIntegral(double samplePeriod,
double windowSize,
int radius,
double weightSigma,
int sampleWidth) |
public double samplePeriod
public double windowSize
public int radius
public double weightSigma
public int sampleWidth
public ConfigSlidingIntegral(double samplePeriod,
double windowSize,
int radius,
double weightSigma,
int sampleWidth)
public ConfigSlidingIntegral()
public void checkValidity()
checkValidity in interface ConfigurationCopyright © 2013. All Rights Reserved.