public class RealUnsignedByteConverter<R extends RealType<R>> extends AbstractLinearRange implements Converter<R,UnsignedByteType>
max, min, scale
Constructor and Description |
---|
RealUnsignedByteConverter() |
RealUnsignedByteConverter(double min,
double max) |
Modifier and Type | Method and Description |
---|---|
void |
convert(R input,
UnsignedByteType output) |
getMax, getMin, roundPositive, setMax, setMin
public RealUnsignedByteConverter()
public RealUnsignedByteConverter(double min, double max)
public void convert(R input, UnsignedByteType output)
Copyright © 2015–2022 ImgLib2. All rights reserved.