Documentation of 'org.jplot2d.image.MinMaxCalculator' Java class
MinMaxCalculator
org.jplot2d.image

Class MinMaxCalculator

  • All Implemented Interfaces:
    LimitsCalculator


    public class MinMaxCalculator
    extends java.lang.Object
    implements LimitsCalculator
    The limits calculator to produce the upper and lower limits to the min and max value of given ImageDataBuffer.
    • Constructor Detail

      • MinMaxCalculator

        public MinMaxCalculator()
    • Method Detail

      • calcLimits

        public double[] calcLimits(ImageDataBuffer[] dbufs,
                                   java.awt.Dimension[] sizeArray)
        Description copied from interface: LimitsCalculator
        Calculate cutting limits for the given ImageDataBuffers. If the given ImageDataBuffers contains no valid data, null is returned.
        Specified by:
        calcLimits in interface LimitsCalculator
        Parameters:
        dbufs - ImageDataBuffers for calculation
        sizeArray - the dimension of the given ImageDataBuffers
        Returns:
        low limit and high limit in a double array
      • calcMinMax

        public static double[] calcMinMax(ImageDataBuffer[] dbufs,
                                          java.awt.Dimension[] sizeArray)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.