public class ConfigSlidingIntegral extends java.lang.Object implements ConfigOrientation.Integral
ImplOrientationSlidingWindowIntegral.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
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity() |
public double objectRadiusToScale
public double samplePeriod
public double windowSize
public int radius
public double weightSigma
public int sampleWidth