Uses of Class
net.algart.executors.modules.cv.matrices.thresholds.SmartHysteresisThreshold
Packages that use SmartHysteresisThreshold
-
Uses of SmartHysteresisThreshold in net.algart.executors.modules.cv.matrices.thresholds
Methods in net.algart.executors.modules.cv.matrices.thresholds that return SmartHysteresisThresholdModifier and TypeMethodDescriptionSmartHysteresisThreshold.setBackgroundCustomPatternSpecification(String backgroundCustomPatternSpecification) SmartHysteresisThreshold.setBackgroundDilationShape(MorphologyFilter.Shape backgroundDilationShape) SmartHysteresisThreshold.setBackgroundDilationSize(int backgroundDilationSize) SmartHysteresisThreshold.setCheckSurelyBackground(boolean checkSurelyBackground) SmartHysteresisThreshold.setHysteresisMax(double hysteresisMax) SmartHysteresisThreshold.setHysteresisMax(String hysteresisMax) SmartHysteresisThreshold.setHysteresisMin(double hysteresisMin) SmartHysteresisThreshold.setHysteresisMin(String hysteresisMin) SmartHysteresisThreshold.setInvert(boolean invert) SmartHysteresisThreshold.setInvertBackground(boolean invertBackground) SmartHysteresisThreshold.setRawValues(boolean rawValues) SmartHysteresisThreshold.setSurelyBackgroundMax(double surelyBackgroundMax) SmartHysteresisThreshold.setSurelyBackgroundMax(String surelyBackgroundMax) SmartHysteresisThreshold.setSurelyBackgroundMin(double surelyBackgroundMin) SmartHysteresisThreshold.setSurelyBackgroundMin(String surelyBackgroundMin) SmartHysteresisThreshold.setSurelyCustomPatternSpecification(String surelyCustomPatternSpecification) SmartHysteresisThreshold.setSurelyDilationShape(MorphologyFilter.Shape surelyDilationShape) SmartHysteresisThreshold.setSurelyDilationSize(int surelyDilationSize) SmartHysteresisThreshold.setSurelyMax(double surelyMax) SmartHysteresisThreshold.setSurelyMax(String surelyMax) SmartHysteresisThreshold.setSurelyMin(double surelyMin) SmartHysteresisThreshold.setSurelyMin(String surelyMin)