Perform convolution along t with truncation of kernel at boundary. More...
#include <ConvolutionFunction.h>


Public Attributes | |
| const TKernel * | _Kernel |
| Convolution kernel. | |
| bool | _Normalize |
| Wether to divide by sum of kernel weights. | |
| int | _Radius |
| Radius of kernel. | |
| int | _T |
| Number of voxels in t. | |
| int | _XYZ |
| Number of voxels in volume (nx * ny * nz) | |
Public Attributes inherited from mirtk::VoxelFunction | |
| const ImageAttributes * | _Domain |
Additional Inherited Members | |
Public Member Functions inherited from mirtk::VoxelFunction | |
| void | join (VoxelFunction &) |
| Join results. | |
| void | split (VoxelFunction &) |
| VoxelFunction () | |
| Default constructor. | |
Static Public Member Functions inherited from mirtk::VoxelFunction | |
| static bool | IsReduction () |
Perform convolution along t with truncation of kernel at boundary.
Definition at line 229 of file ConvolutionFunction.h.