aimsalgo  5.1.2
Neuroimaging image processing
Gaussian3DSmoothing< T > Class Template Reference

3D Deriche's recursive gaussian smoothing filter More...

#include <aims/signalfilter/g3dsmooth.h>

Public Member Functions

 Gaussian3DSmoothing (float sx=1.0f, float sy=1.0f, float sz=1.0f)
 
virtual ~Gaussian3DSmoothing ()
 
carto::VolumeRef< T > doit (const carto::rc_ptr< carto::Volume< T > > &)
 

Detailed Description

template<class T>
class Gaussian3DSmoothing< T >

3D Deriche's recursive gaussian smoothing filter

Definition at line 47 of file g3dsmooth.h.

Constructor & Destructor Documentation

◆ Gaussian3DSmoothing()

template<class T >
Gaussian3DSmoothing< T >::Gaussian3DSmoothing ( float  sx = 1.0f,
float  sy = 1.0f,
float  sz = 1.0f 
)
inline

Definition at line 65 of file g3dsmooth.h.

◆ ~Gaussian3DSmoothing()

template<class T >
virtual Gaussian3DSmoothing< T >::~Gaussian3DSmoothing ( )
inlinevirtual

Definition at line 52 of file g3dsmooth.h.

Member Function Documentation

◆ doit()


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