Uses of Enum Class
net.algart.executors.modules.cv.matrices.morphology.MorphologyFilter.Shape
Packages that use MorphologyFilter.Shape
Package
Description
-
Uses of MorphologyFilter.Shape in net.algart.executors.modules.cv.matrices.morphology
Methods in net.algart.executors.modules.cv.matrices.morphology that return MorphologyFilter.ShapeModifier and TypeMethodDescriptionMorphologyFilter.getShape()static MorphologyFilter.ShapeReturns the enum constant of this class with the specified name.static MorphologyFilter.ShapeMorphologyFilter.Shape.valueOfName(String name) static MorphologyFilter.Shape[]MorphologyFilter.Shape.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 MorphologyFilter.ShapeModifier and TypeMethodDescriptionfinal MorphologyFilterMorphologyFilter.setPattern(MorphologyFilter.Shape shape, int patternSize) -
Uses of MorphologyFilter.Shape in net.algart.executors.modules.cv.matrices.objects.binary.components
Methods in net.algart.executors.modules.cv.matrices.objects.binary.components that return MorphologyFilter.ShapeModifier and TypeMethodDescriptionSmartDilatingObjects.getSurelyDilationShape()SmartDilatingObjects.getUnlikelyErosionShape()Methods in net.algart.executors.modules.cv.matrices.objects.binary.components with parameters of type MorphologyFilter.ShapeModifier and TypeMethodDescriptionSmartDilatingObjects.setSurelyDilationShape(MorphologyFilter.Shape surelyDilationShape) SmartDilatingObjects.setUnlikelyErosionShape(MorphologyFilter.Shape unlikelyErosionShape) -
Uses of MorphologyFilter.Shape in net.algart.executors.modules.cv.matrices.thresholds
Methods in net.algart.executors.modules.cv.matrices.thresholds that return MorphologyFilter.ShapeModifier and TypeMethodDescriptionSmartHysteresisThreshold.getBackgroundDilationShape()SmartHysteresisThreshold.getSurelyDilationShape()Methods in net.algart.executors.modules.cv.matrices.thresholds with parameters of type MorphologyFilter.ShapeModifier and TypeMethodDescriptionSmartHysteresisThreshold.setBackgroundDilationShape(MorphologyFilter.Shape backgroundDilationShape) SmartHysteresisThreshold.setSurelyDilationShape(MorphologyFilter.Shape surelyDilationShape)