Public Attributes | List of all members
mirtk::ConvolutionFunction::ConvolveWeightedImageInZ< TKernel > Struct Template Reference

Perform convolution of weighted image along z with truncation of kernel at boundary. More...

#include <ConvolutionFunction.h>

Inheritance diagram for mirtk::ConvolutionFunction::ConvolveWeightedImageInZ< TKernel >:
Inheritance graph
Collaboration diagram for mirtk::ConvolutionFunction::ConvolveWeightedImageInZ< TKernel >:
Collaboration graph

Public Attributes

const TKernel * _Kernel
 Convolution kernel.
 
int _Offset1
 Image component offset.
 
int _Offset2
 Weight component offset.
 
int _Radius
 Radius of kernel.
 
int _XY
 Number of voxels in slice (nx * ny)
 
int _Z
 Number of voxels in z.
 
- 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 ()
 

Detailed Description

template<class TKernel = double>
struct mirtk::ConvolutionFunction::ConvolveWeightedImageInZ< TKernel >

Perform convolution of weighted image along z with truncation of kernel at boundary.

Definition at line 569 of file ConvolutionFunction.h.


The documentation for this struct was generated from the following file: