boofcv.factory.filter.binary
Class ConfigThresholdBlockMinMax
- java.lang.Object
-
- boofcv.factory.filter.binary.ConfigThreshold
-
- boofcv.factory.filter.binary.ConfigThresholdBlockMinMax
-
- All Implemented Interfaces:
- Configuration, java.io.Serializable
public class ConfigThresholdBlockMinMax extends ConfigThreshold
Configuration forLocalSquareBlockMinMaxBinaryFilter- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description doubleminimumSpreadIf the lower and upper histogram values are different by less than or equal to this amount it is considered a textureless region.-
Fields inherited from class boofcv.factory.filter.binary.ConfigThreshold
down, fixedThreshold, maxPixelValue, minPixelValue, radius, savolaK, scale, type
-
-
Constructor Summary
Constructors Constructor and Description ConfigThresholdBlockMinMax()ConfigThresholdBlockMinMax(int radius, double minimumSpread, boolean down)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidcheckValidity()Checks to see if the configuration is valid.-
Methods inherited from class boofcv.factory.filter.binary.ConfigThreshold
fixed, global, local, toString
-
-
-
-
Field Detail
-
minimumSpread
public 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. Set to a value <= -1 to disable.
-
-
Constructor Detail
-
ConfigThresholdBlockMinMax
public ConfigThresholdBlockMinMax(int radius, double minimumSpread, boolean down)
-
ConfigThresholdBlockMinMax
public ConfigThresholdBlockMinMax()
-
-
Method Detail
-
checkValidity
public void checkValidity()
Description copied from interface:ConfigurationChecks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.- Specified by:
checkValidityin interfaceConfiguration- Overrides:
checkValidityin classConfigThreshold
-
-
DataMelt 3.0 © DataMelt by jWork.ORG