Package qupath.lib.images.servers
Class ImageServerMetadata.ImageResolutionLevel
java.lang.Object
qupath.lib.images.servers.ImageServerMetadata.ImageResolutionLevel
- Enclosing class:
ImageServerMetadata
Width and height of each resolution in a multi-level image pyramid.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder to create a list ofImageServerMetadata.ImageResolutionLevel
to represent pyramidal resolutions. -
Method Summary
-
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() -
equals
-
toString
-