S
- input typeT
- output type@Deprecated public final class FloatConvolverRealType<S extends RealType<S>,T extends RealType<T>> extends Object implements Runnable
RealType
. It
implemented using a shifting window buffer that is stored in a small float[]
array. This is intented for very large images, where a single line has more
than Integer.MAX_VALUE
elements. For smaller images, the faster
DoubleConvolverRealTypeBuffered
should be used.ConvolverFactory
Modifier and Type | Method and Description |
---|---|
static <S extends RealType<S>,T extends RealType<T>> |
factory()
Deprecated.
|
void |
run()
Deprecated.
|
public static <S extends RealType<S>,T extends RealType<T>> ConvolverFactory<S,T> factory()
ConvolverFactory
producing
FloatConvolverRealType
.Copyright © 2015–2022 ImgLib2. All rights reserved.