Package | Description |
---|---|
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.quantum |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
RenderingTask.call()
Renders wavelength.
|
RGBBuffer |
Renderer.render(PlaneDef pd)
Renders the data selected by
pd according to the current
rendering settings. |
int[] |
Renderer.renderAsPackedInt(PlaneDef pd,
PixelBuffer newBuffer)
Renders the data selected by
pd according to the current
rendering settings. |
Modifier and Type | Method and Description |
---|---|
int |
BinaryMaskQuantizer.quantize(double value)
Implemented as specified in
QuantumStrategy . |
int |
Quantization_32_bit.quantize(double value)
Implemented as specified in
QuantumStrategy . |
int |
Quantization_8_16_bit.quantize(double value)
Implemented as specified in
QuantumStrategy . |
int |
Quantization_float.quantize(double value)
Implemented as specified in
QuantumStrategy . |
abstract int |
QuantumStrategy.quantize(double value)
Maps a value from [windowStart, windowEnd] to a value in the codomain
interval.
|
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.