Uses of Enum Class
net.algart.executors.modules.cv.matrices.morphology.MorphologyOperation
Packages that use MorphologyOperation
-
Uses of MorphologyOperation in net.algart.executors.modules.cv.matrices.morphology
Methods in net.algart.executors.modules.cv.matrices.morphology that return MorphologyOperationModifier and TypeMethodDescriptionfinal MorphologyOperationRankMorphology.getOperation()final MorphologyOperationStrictMorphology.getOperation()static MorphologyOperationReturns the enum constant of this class with the specified name.static MorphologyOperation[]MorphologyOperation.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.morphology with parameters of type MorphologyOperationModifier and TypeMethodDescriptionfinal RankMorphologyRankMorphology.setOperation(MorphologyOperation operation) StrictMorphology.setOperation(MorphologyOperation operation)