Uses of Class
net.algart.executors.modules.opencv.matrices.segmentation.Threshold
Packages that use Threshold
-
Uses of Threshold in net.algart.executors.modules.opencv.matrices.segmentation
Methods in net.algart.executors.modules.opencv.matrices.segmentation that return ThresholdModifier and TypeMethodDescriptionThreshold.setAlgorithm(Threshold.Algorithm algorithm) Threshold.setConvertToByte(boolean convertToByte) Threshold.setGaussianBlurKernelSize(int gaussianBlurKernelSize) Threshold.setK(double k) Threshold.setKernelSize(int kernelSize) Threshold.setMaxValue(double maxValue) Threshold.setR(double r) Threshold.setRawValues(boolean rawValues) Threshold.setThreshold(double threshold) Threshold.setThresholdType(OThreshType thresholdType)