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

Downsample image using convolution of original voxels with kernel in y dimension. More...

#include <ConvolutionFunction.h>

Inheritance diagram for mirtk::ConvolutionFunction::DownsampleConvolvedExtendedForegroundInY< TVoxel, TKernel >:
Inheritance graph
Collaboration diagram for mirtk::ConvolutionFunction::DownsampleConvolvedExtendedForegroundInY< TVoxel, TKernel >:
Collaboration graph

Public Attributes

int _Factor
 Downsampling factor.
 
const GenericImage< TVoxel > * _Input
 Image to downsample.
 
int _Offset
 Offset of first voxel.
 
- Public Attributes inherited from mirtk::ConvolutionFunction::ConvolveExtendedForegroundInY< TKernel >
int _X
 Number of voxels in x dimension (nx)
 
int _Y
 Number of voxels in y dimension (ny)
 
- 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.
 

Detailed Description

template<class TVoxel, class TKernel = RealPixel>
struct mirtk::ConvolutionFunction::DownsampleConvolvedExtendedForegroundInY< TVoxel, TKernel >

Downsample image using convolution of original voxels with kernel in y dimension.

Definition at line 1511 of file ConvolutionFunction.h.


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