public final class FloatConvolverRealType extends Object implements Runnable
RealType
. It
implemented using a shifting window buffer that is stored in a small double[]
array.LineConvolverFactory
Constructor and Description |
---|
FloatConvolverRealType(Kernel1D kernel,
RandomAccess<? extends RealType<?>> in,
RandomAccess<? extends RealType<?>> out,
int d,
long lineLength) |
public FloatConvolverRealType(Kernel1D kernel, RandomAccess<? extends RealType<?>> in, RandomAccess<? extends RealType<?>> out, int d, long lineLength)
Copyright © 2015–2022 ImgLib2. All rights reserved.