Class | Description |
---|---|
ConvolverNativeType<T extends NumericType<T> & NativeType<T>> |
A 1-dimensional line convolver that operates on all
NumericType with
NativeType representation. |
ConvolverNumericType<T extends NumericType<T>> |
A 1-dimensional line convolver that operates on all
NumericType . |
DoubleConvolverRealType |
A 1-dimensional line convolver that operates on all
RealType . |
FloatConvolverRealType |
A 1-dimensional line convolver that operates on all
RealType . |
Kernel1D |
Kernel for a one dimensional convolution.
|
KernelConvolverFactory |
Used by
SeparableKernelConvolution as LineConvolverFactory
for convolution. |
SeparableKernelConvolution |
Convolution with a customizable separable kernel.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.