public class ConfigThresholdSquareBorder extends ConfigThreshold
LocalSquareBorderBinaryFilter| Modifier and Type | Field and Description |
|---|---|
int |
histogramLength
Number of elements in the histogram.
|
double |
lowerFraction
Lower histogram value's fractional value.
|
int |
minimumSpread
If the lower and upper histogram values are different by less than or equal to this ammount it is considered
a textureless region.
|
double |
upperFraction
Upper histogram value's fractional value.
|
down, fixedThreshold, maxPixelValue, minPixelValue, radius, savolaK, scale, type| Constructor and Description |
|---|
ConfigThresholdSquareBorder() |
ConfigThresholdSquareBorder(int radius,
int minimumSpread,
boolean down) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity()
Checks to see if the configuration is valid.
|
fixed, global, local, toStringpublic double lowerFraction
public double upperFraction
public int histogramLength
public int minimumSpread
public ConfigThresholdSquareBorder(int radius,
int minimumSpread,
boolean down)
public ConfigThresholdSquareBorder()
public void checkValidity()
ConfigurationcheckValidity in interface ConfigurationcheckValidity in class ConfigThreshold