public interface IPyramidStore
Modifier and Type | Method and Description |
---|---|
int |
getResolutionCount(int image)
Retrieve the number of pyramid resolutions defined for the given Image.
|
ome.xml.model.primitives.PositiveInteger |
getResolutionSizeX(int image,
int resolution)
Retrieve the image width in pixels of the given pyramid resolution.
|
ome.xml.model.primitives.PositiveInteger |
getResolutionSizeY(int image,
int resolution)
Retrieve the image height in pixels of the given pyramid resolution.
|
void |
setResolutionSizeX(ome.xml.model.primitives.PositiveInteger sizeX,
int image,
int resolution)
Define the image width in pixels of the given pyramid resolution.
|
void |
setResolutionSizeY(ome.xml.model.primitives.PositiveInteger sizeY,
int image,
int resolution)
Define the image height in pixels of the given pyramid resolution.
|
void setResolutionSizeX(ome.xml.model.primitives.PositiveInteger sizeX, int image, int resolution)
sizeX
- the image width in pixelsimage
- the Image (series) indexresolution
- the resolution index; expected to be greater than 0
as the largest resolution is defined by the Image itself.setResolutionSizeY(PositiveInteger, int, int)
void setResolutionSizeY(ome.xml.model.primitives.PositiveInteger sizeY, int image, int resolution)
sizeY
- the image height in pixelsimage
- the Image (series) indexresolution
- the resolution index; expected to be greater than 0
as the largest resolution is defined by the Image itself.setResolutionSizeX(PositiveInteger, int, int)
int getResolutionCount(int image)
image
- the Image (series) indexome.xml.model.primitives.PositiveInteger getResolutionSizeX(int image, int resolution)
image
- the Image (series) indexresolution
- the resolution index; expected to be greater than 0
as the largest resolution is defined by the Image itself.ome.xml.model.primitives.PositiveInteger getResolutionSizeY(int image, int resolution)
image
- the Image (series) indexresolution
- the resolution index; expected to be greater than 0
as the largest resolution is defined by the Image itself.Copyright © 2021 Open Microscopy Environment