Class PatternSpecificationParser

java.lang.Object
net.algart.executors.modules.cv.matrices.morphology.PatternSpecificationParser

public final class PatternSpecificationParser extends Object
  • Method Details

    • getInstance

      public static PatternSpecificationParser getInstance(Class<?> elementType)
    • parse

      public net.algart.math.patterns.Pattern parse(String s)
    • 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

      public static void main(String[] args)