Class RealLUTConverter<R extends RealType<R>>
java.lang.Object
net.imglib2.display.AbstractLinearRange
net.imglib2.converter.RealLUTConverter<R>
- All Implemented Interfaces:
Converter<R,ARGBType>, LinearRange
public class RealLUTConverter<R extends RealType<R>>
extends AbstractLinearRange
implements Converter<R,ARGBType>
RealLUTConverter contains a
ColorTable8, through which samples are
filtered. Input values are interpreted as indices into the color table.- See Also:
-
Field Summary
FieldsFields inherited from class AbstractLinearRange
max, min, scale -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractLinearRange
getMax, getMin, roundPositive, setMax, setMin
-
Field Details
-
lut
-
-
Constructor Details
-
RealLUTConverter
public RealLUTConverter() -
RealLUTConverter
-
-
Method Details
-
getLUT
-
setLUT
-
convert
-