Uses of Enum Class
net.algart.executors.modules.opencv.util.enums.OThinningAlgorithm
Packages that use OThinningAlgorithm
Package
Description
-
Uses of OThinningAlgorithm in net.algart.executors.modules.opencv.matrices.objects
Methods in net.algart.executors.modules.opencv.matrices.objects that return OThinningAlgorithmMethods in net.algart.executors.modules.opencv.matrices.objects with parameters of type OThinningAlgorithmModifier and TypeMethodDescriptionvoidThinning.setThinningAlgorithm(OThinningAlgorithm thinningAlgorithm) -
Uses of OThinningAlgorithm in net.algart.executors.modules.opencv.util.enums
Methods in net.algart.executors.modules.opencv.util.enums that return OThinningAlgorithmModifier and TypeMethodDescriptionstatic OThinningAlgorithmReturns the enum constant of this class with the specified name.static OThinningAlgorithm[]OThinningAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.