| Interface | Description |
|---|---|
| BlockGenerator<T extends Block> | |
| CUDAFourierConvolution | |
| CUDASeparableConvolution |
Interface to load the native library for separable convolution using CUDA/CPU
(https://github.com/StephanPreibisch/SeparableConvolutionCUDALib)
|
| CUDAStandardFunctions |
| Class | Description |
|---|---|
| Block | |
| BlockGeneratorFixedSizePrecise | |
| BlockGeneratorVariableSizePrecise |
This BlockGenerator cares that the overlap within the image is accounted for and that
an outofbounds strategy is taken into account.
|
| BlockGeneratorVariableSizeSimple |
This BlockGenerator only cares that the overlap within the image is accounted for, not about
an outofbounds strategy.
|
| CUDADevice | |
| CUDASeparableConvolutionFunctions |
Executes gaussian convolution using the native CUDA implementation
(https://github.com/StephanPreibisch/SeparableConvolutionCUDALib)
|
| CUDATools | |
| NativeLibraryTools |
| Enum | Description |
|---|---|
| CUDASeparableConvolutionFunctions.OutOfBounds |
Copyright © 2015–2021 Fiji. All rights reserved.