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