Perform convolution of weighted image along x with truncation of kernel at boundary. More...
#include <ConvolutionFunction.h>
Public Attributes | |
const TKernel * | _Kernel |
Convolution kernel. | |
int | _Offset1 |
Image component offset. | |
int | _Offset2 |
Weight component offset. | |
int | _Radius |
Radius of kernel. | |
int | _X |
Number of voxels in x. | |
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 of weighted image along x with truncation of kernel at boundary.
Definition at line 477 of file ConvolutionFunction.h.