パッケージ | 説明 |
---|---|
ome.api |
Contains the central verbs of the Omero System.
|
omeis.providers.re |
Red-Green-Blue (RGB) data structures and Image Rendering Service
This package provides basic data structures to represent an RGB pixel set and provide a
service for the rendering of this pixel set.
|
修飾子とタイプ | メソッドと説明 |
---|---|
java.util.Map<java.lang.Integer,int[]> |
RawPixelsStore.getHistogram(int[] channels,
int binCount,
boolean globalRange,
PlaneDef plane) |
修飾子とタイプ | メソッドと説明 |
---|---|
RGBBuffer |
RenderingEngine.render(PlaneDef pd)
Renders the data selected by
pd according to the current
rendering settings. |
int[] |
RenderingEngine.renderAsPackedInt(PlaneDef pd)
Renders the data selected by
pd according to the current
rendering settings. |
byte[] |
RenderingEngine.renderCompressed(PlaneDef pd)
Renders the data selected by
pd according to the current
rendering settings and compresses the resulting RGBA composite image. |