Package | Description |
---|---|
net.imglib2.algorithm.convolution | |
net.imglib2.algorithm.convolution.fast_gauss | |
net.imglib2.algorithm.convolution.kernel |
Constructor and Description |
---|
LineConvolution(LineConvolverFactory<? super T> factory,
int direction) |
Modifier and Type | Class and Description |
---|---|
class |
FastGaussConvolverRealType
Implementation of
LineConvolverFactory that uses
FastGaussCalculator to calculate a fast Gauss transform. |
Modifier and Type | Class and Description |
---|---|
class |
KernelConvolverFactory
Used by
SeparableKernelConvolution as LineConvolverFactory
for convolution. |
Copyright © 2015–2022 ImgLib2. All rights reserved.