Uses of Class
net.algart.executors.modules.cv.matrices.thresholds.SimpleThreshold
Packages that use SimpleThreshold
-
Uses of SimpleThreshold in net.algart.executors.modules.cv.matrices.thresholds
Subclasses of SimpleThreshold in net.algart.executors.modules.cv.matrices.thresholdsMethods in net.algart.executors.modules.cv.matrices.thresholds that return SimpleThresholdModifier and TypeMethodDescriptionSimpleThreshold.setHysteresis(boolean hysteresis) SimpleThreshold.setHysteresisMax(double hysteresisMax) SimpleThreshold.setHysteresisMax(String hysteresisMax) SimpleThreshold.setHysteresisMin(double hysteresisMin) SimpleThreshold.setHysteresisMin(String hysteresisMin) SimpleThreshold.setInvert(boolean invert) SimpleThreshold.setMax(double max) SimpleThreshold.setMin(double min) SimpleThreshold.setRawValues(boolean rawValues)