aimsalgo  5.0.5
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 ()
 
AimsData< T > doit (const AimsData< 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.

References Gaussian3DSmoothing< T >::doit().

Member Function Documentation

◆ doit()


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