Class ImageServerMetadata.ImageResolutionLevel

java.lang.Object
qupath.lib.images.servers.ImageServerMetadata.ImageResolutionLevel
Enclosing class:
ImageServerMetadata

public static class ImageServerMetadata.ImageResolutionLevel extends Object
Width and height of each resolution in a multi-level image pyramid.
  • Method Details

    • getDownsample

      public double getDownsample()
      Get the downsample factor for this level.
      Returns:
    • getWidth

      public int getWidth()
      Get the image width at this level.
      Returns:
    • getHeight

      public int getHeight()
      Get the image height at this level.
      Returns:
    • hashCode

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object