Package | Description |
---|---|
omero.gateway.facility | |
omero.gateway.model | |
omero.gateway.rnd |
Modifier and Type | Method and Description |
---|---|
Map<Integer,int[]> |
RawDataFacility.getHistogram(SecurityContext ctx,
PixelsData pixels,
int[] channels,
int binCount,
boolean globalRange,
omero.romio.PlaneDef plane)
Get the histogram data for the given image.
|
Map<Integer,int[]> |
RawDataFacility.getHistogram(SecurityContext ctx,
PixelsData pixels,
int[] channels,
int z,
int t)
Get the histogram data for the given image, using default 256 bins and
the channels global min/max for the histogram range.
|
Plane2D |
RawDataFacility.getPlane(SecurityContext ctx,
PixelsData pixels,
int z,
int t,
int c)
Extracts a 2D plane from the pixels set.
|
Plane2D |
RawDataFacility.getPlane(SecurityContext ctx,
PixelsData pixels,
int z,
int t,
int c,
boolean close)
Deprecated.
Use getPlane(SecurityContext, PixelsData, z, t, c) instead
|
Plane2D |
RawDataFacility.getTile(SecurityContext ctx,
PixelsData pixels,
int z,
int t,
int c,
int x,
int y,
int w,
int h)
Extracts a 2D tile from the pixels set
|
Modifier and Type | Method and Description |
---|---|
PixelsData |
ImageData.getDefaultPixels()
Returns the default set of pixels.
|
Modifier and Type | Method and Description |
---|---|
List<PixelsData> |
ImageData.getAllPixels()
Returns all the sets of pixels related to this image.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageData.setDefaultPixels(PixelsData defaultPixels)
Sets the default set of pixels.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageData.setAllPixels(List<PixelsData> newValue)
Sets the set of pixels related to this image.
|
Constructor and Description |
---|
DataSink(SecurityContext ctx,
PixelsData source,
Gateway gw)
Creates a new instance.
|
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.