irtkGaussianBlurringWithPadding< VoxelType > Class Template Reference

#include <irtkGaussianBlurringWithPadding.h>

Inheritance diagram for irtkGaussianBlurringWithPadding< VoxelType >:

Inheritance graph
[legend]
Collaboration diagram for irtkGaussianBlurringWithPadding< VoxelType >:

Collaboration graph
[legend]

List of all members.


Detailed Description

template<class VoxelType>
class irtkGaussianBlurringWithPadding< VoxelType >

Class for Gaussian blurring of padded images.

This class defines and implements the Gaussian blurring of padded images. The blurring is implemented by three successive 1D convolutions with a 1D Gaussian kernel. If more than 50% of the voxels used for the convolution have intensities smaller or equal to the padding value, the blurred voxel will be filled with the padding value.

Definition at line 27 of file irtkGaussianBlurringWithPadding.h.


Public Member Functions

 irtkGaussianBlurringWithPadding (double, VoxelType)
 Constructor.
virtual void Run ()
 Run Gaussian blurring.
 SetMacro (PaddingValue, VoxelType)
 Set padding value.
 GetMacro (PaddingValue, VoxelType)
 Get padding value.

Protected Member Functions

virtual Bool RequiresBuffering ()
 Returns whether the filter requires buffering.
virtual const char * NameOfClass ()
 Returns the name of the class.

Protected Attributes

VoxelType _PaddingValue
 Padding value.

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