public class ConfigThresholdBlockMinMax extends ConfigThreshold
LocalSquareBlockMinMaxBinaryFilter| Modifier and Type | Field and Description |
|---|---|
double |
minimumSpread
If the lower and upper histogram values are different by less than or equal to this amount it is considered
a textureless region.
|
down, fixedThreshold, maxPixelValue, minPixelValue, radius, savolaK, scale, type| Constructor and Description |
|---|
ConfigThresholdBlockMinMax() |
ConfigThresholdBlockMinMax(int radius,
double minimumSpread,
boolean down) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity()
Checks to see if the configuration is valid.
|
fixed, global, local, toStringpublic double minimumSpread
public ConfigThresholdBlockMinMax(int radius,
double minimumSpread,
boolean down)
public ConfigThresholdBlockMinMax()
public void checkValidity()
ConfigurationcheckValidity in interface ConfigurationcheckValidity in class ConfigThreshold