Package net.imglib2.converter
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.- Author:
- Stephan Saalfeld, Grant Harris, Curtis Rueden
- See Also:
-
Field Summary
Fields inherited from class net.imglib2.display.AbstractLinearRange
max, min, scale
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.imglib2.display.AbstractLinearRange
getMax, getMin, roundPositive, setMax, setMin