Class PatternSpecificationParser
java.lang.Object
net.algart.executors.modules.cv.matrices.morphology.PatternSpecificationParser
-
Method Summary
Modifier and TypeMethodDescriptionstatic PatternSpecificationParsergetInstance(Class<?> elementType) static booleanisRectangularInteger(net.algart.math.patterns.Pattern pattern) static voidnet.algart.math.patterns.Patternstatic net.algart.math.patterns.Patternsubtract(net.algart.math.patterns.Pattern pattern1, net.algart.math.patterns.Pattern pattern2)
-
Method Details
-
getInstance
-
parse
-
isRectangularInteger
public static boolean isRectangularInteger(net.algart.math.patterns.Pattern pattern) -
subtract
public static net.algart.math.patterns.Pattern subtract(net.algart.math.patterns.Pattern pattern1, net.algart.math.patterns.Pattern pattern2) -
main
-