Go to the source code of this file.
Namespaces | |
| namespace | cmtk |
Functions | |
| void | cmtk::DeviceImageConvolution (float *dest, const int *dims3, void *array, const int kernelLengthX, const float *kernelX, const int kernelLengthY, const float *kernelY, const int kernelLengthZ, const float *kernelZ) |
| Convolution of a 3D image (CUDA array) with a separable 3D kernel. | |
| void | cmtk::DeviceImageConvolutionInPlace (const int *dims3, void *array, const int kernelLengthX, const float *kernelX, const int kernelLengthY, const float *kernelY, const int kernelLengthZ, const float *kernelZ) |
| In-place convolution of a 3D image (CUDA array) with a separable 3D kernel. | |
1.7.2