Interface | Description |
---|---|
Convolution<T> |
This interface allows the client to perform a convolution.
|
LineConvolverFactory<T> |
The interesting part of a separable convolution is how one line of the image
is convolved.
|
Class | Description |
---|---|
AbstractMultiThreadedConvolution<T> | Deprecated |
LineConvolution<T> |
This class can be used to implement a separable convolution.
|
MultiDimensionConvolution<T> |
It's useful if there are multi
Convolution s, each of which only works
for a particular dimensionality. |
Copyright © 2015–2022 ImgLib2. All rights reserved.