Package net.imglib2

Interface RealInterval

    • Method Detail

      • realMin

        double realMin​(int d)
        Get the minimum in dimension d.
        Parameters:
        d - dimension
        Returns:
        minimum in dimension d.
      • realMin

        void realMin​(double[] min)
        Write the minimum of each dimension into double[].
        Parameters:
        min -
      • realMax

        double realMax​(int d)
        Get the maximum in dimension d.
        Parameters:
        d - dimension
        Returns:
        maximum in dimension d.
      • realMax

        void realMax​(double[] max)
        Write the maximum of each dimension into double[].
        Parameters:
        max -