Compute convolution for given voxel along z dimension. More...
#include <ConvolutionFunction.h>


Public Attributes | |
| int | _XY |
| Number of voxels in slice (nx * ny) | |
| int | _Z |
| Number of voxels in z dimension (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 () |
Protected Member Functions inherited from mirtk::ConvolutionFunction::ExtendedForegroundConvolution1D< TKernel > | |
| template<class T > | |
| bool | ConvolveCenterVoxel (const T *in, double &acc) const |
| Apply kernel initially at center voxel. | |
| template<class T > | |
| void | ConvolveLeftNeighbors (int i, int n, const T *in, int s, double &acc) const |
| Apply kernel to left neighbors of given voxel. | |
| template<class T > | |
| void | ConvolveRightNeighbors (int i, int n, const T *in, int s, double &acc) const |
| Apply kernel to right neighbors of given voxel. | |
| ExtendedForegroundConvolution1D (const BaseImage *image, const TKernel *kernel, int size, double norm=1.0) | |
| Constructor. | |
Compute convolution for given voxel along z dimension.
Definition at line 1319 of file ConvolutionFunction.h.