パッケージ | 説明 |
---|---|
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.
|
omeis.providers.re.codomain |
Provides codomain pixel set data structures for Maps and Contexts.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
RenderingEngine.addCodomainMap(CodomainMapContext mapCtx)
Adds the context to the mapping chain.
|
void |
RenderingEngine.removeCodomainMap(CodomainMapContext mapCtx)
Removes the specified context from the chain.
|
void |
RenderingEngine.updateCodomainMap(CodomainMapContext mapCtx)
Updates the specified context.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
ContrastStretchingContext
Two points
pStart and pEnd define the context
of this transformation. |
class |
IdentityMapContext
An empty context for the identity map.
|
class |
PlaneSlicingContext
We consider that the image is composed of eight
1-bit planes
ranging from bit-plane 0 for the least significant bit to
bit-plane 7 for the most significant bit. |
class |
ReverseIntensityContext
The empty context of the reverse intensity map.
|
修飾子とタイプ | メソッドと説明 |
---|---|
abstract CodomainMapContext |
CodomainMapContext.copy()
Returns a deep copy of this object.
|
CodomainMapContext |
ContrastStretchingContext.copy()
Implemented as specified by superclass.
|
CodomainMapContext |
IdentityMapContext.copy()
Implemented as specified by superclass.
|
CodomainMapContext |
PlaneSlicingContext.copy()
Implemented as specified by superclass.
|
CodomainMapContext |
ReverseIntensityContext.copy()
Implemented as specified by superclass.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
CodomainMap.setContext(CodomainMapContext cxt)
Sets the parameters used to write the equation of the specified codomain
transformation.
|