public class RealDoubleConverter<R extends RealType<R>> extends Object implements Converter<R,DoubleType>
RealType
to a DoubleType
.
If the input type is complex, it loses the imaginary part without complaining
further.Constructor and Description |
---|
RealDoubleConverter() |
public void convert(R input, DoubleType output)
Copyright © 2015–2022 ImgLib2. All rights reserved.