Class ImageFileShape

Object
ImageFileShape

public final class ImageFileShape extends Object
How to shape the image (across various dimensions) after the copying
  • Constructor Details

    • ImageFileShape

      public ImageFileShape(Dimensions imageDimensions, int numberChannels, int numberFrames)
  • Method Details

    • totalNumberSlices

      public int totalNumberSlices()
      The total number of z-slices across all frames, channels.
      Returns:
      the total number of slices.
    • getNumberSlices

      public int getNumberSlices()
      The number of z-slices for a specific channel and frame.
      Returns:
      the number of z-slices.
    • getImageDimensions

      public Dimensions getImageDimensions()
    • getNumberChannels

      public int getNumberChannels()
    • getNumberFrames

      public int getNumberFrames()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object