java.lang.Object
java.lang.Enum<BoundaryParameter>
net.algart.executors.modules.cv.matrices.objects.binary.boundaries.BoundaryParameter
All Implemented Interfaces:
Serializable, Comparable<BoundaryParameter>, Constable

public enum BoundaryParameter extends Enum<BoundaryParameter>
  • Enum Constant Details

  • Method Details

    • values

      public static BoundaryParameter[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static BoundaryParameter valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • objectParameters

      public EnumSet<net.algart.matrices.scanning.Boundary2DSimpleMeasurer.ObjectParameter> objectParameters()
    • getStatistics

      public void getStatistics(net.algart.arrays.MutablePNumberArray result, net.algart.matrices.scanning.Boundary2DSimpleMeasurer measurer, double pixelSize)
    • parameterLength

      public int parameterLength()
    • pushRectangle

      public static void pushRectangle(net.algart.arrays.MutablePNumberArray result, double minX, double minY, double maxX, double maxY)
    • pushRectangle

      public static void pushRectangle(float[] result, int offset, double minX, double minY, double maxX, double maxY)
    • pushRectangle

      public static void pushRectangle(double[] result, int offset, double minX, double minY, double maxX, double maxY)
    • pushRectangle

      public static void pushRectangle(double[] result, int offset, net.algart.math.IRectangularArea r)
    • getRectangle

      public static net.algart.math.RectangularArea getRectangle(double[] array, int offset)
    • objectParameters

      public static EnumSet<net.algart.matrices.scanning.Boundary2DSimpleMeasurer.ObjectParameter> objectParameters(Collection<BoundaryParameter> parameters)
    • needSecondBuffer

      public static boolean needSecondBuffer(Collection<BoundaryParameter> parameters)
    • shapeFactorCircularity

      public static double shapeFactorCircularity(double area, double perimeter)
    • octagonBasedSize

      public static double octagonBasedSize(net.algart.matrices.scanning.Boundary2DSimpleMeasurer m)