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