Base class of 1D convolution functions which extends the foreground into background. More...
#include <ConvolutionFunction.h>


Protected Member Functions | |
| 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. | |
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 () |
Public Attributes inherited from mirtk::VoxelFunction | |
| const ImageAttributes * | _Domain |
Base class of 1D convolution functions which extends the foreground into background.
Definition at line 1166 of file ConvolutionFunction.h.