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