Uses of Enum Class
net.algart.executors.modules.cv.matrices.objects.binary.Skeletonization.Algorithm
Packages that use Skeletonization.Algorithm
-
Uses of Skeletonization.Algorithm in net.algart.executors.modules.cv.matrices.objects.binary
Methods in net.algart.executors.modules.cv.matrices.objects.binary that return Skeletonization.AlgorithmModifier and TypeMethodDescriptionSkeletonization.getAlgorithm()static Skeletonization.AlgorithmReturns the enum constant of this class with the specified name.static Skeletonization.Algorithm[]Skeletonization.Algorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.algart.executors.modules.cv.matrices.objects.binary with parameters of type Skeletonization.AlgorithmModifier and TypeMethodDescriptionSkeletonization.setAlgorithm(Skeletonization.Algorithm algorithm)