aimsalgo  5.1.2
Neuroimaging image processing
GCoef Class Reference

#include <aims/signalfilter/gcoef.h>

Public Types

enum  GOrder { smoothing , gradient , laplacian }
 

Public Member Functions

 GCoef (float s=1.0f, GOrder o=smoothing)
 
virtual ~GCoef ()
 
void initialize (float, GOrder)
 
float n00 () const
 
float n11 () const
 
float n22 () const
 
float n33 () const
 
float n11b () const
 
float n22b () const
 
float n33b () const
 
float n44b () const
 
float d11 () const
 
float d22 () const
 
float d33 () const
 
float d44 () const
 

Detailed Description

Definition at line 41 of file gcoef.h.

Member Enumeration Documentation

◆ GOrder

Enumerator
smoothing 
gradient 
laplacian 

Definition at line 46 of file gcoef.h.

Constructor & Destructor Documentation

◆ GCoef()

GCoef::GCoef ( float  s = 1.0f,
GOrder  o = smoothing 
)
inline

Definition at line 53 of file gcoef.h.

References initialize().

◆ ~GCoef()

virtual GCoef::~GCoef ( )
inlinevirtual

Definition at line 54 of file gcoef.h.

Member Function Documentation

◆ d11()

float GCoef::d11 ( ) const
inline

Definition at line 68 of file gcoef.h.

◆ d22()

float GCoef::d22 ( ) const
inline

Definition at line 69 of file gcoef.h.

◆ d33()

float GCoef::d33 ( ) const
inline

Definition at line 70 of file gcoef.h.

◆ d44()

float GCoef::d44 ( ) const
inline

Definition at line 71 of file gcoef.h.

◆ initialize()

void GCoef::initialize ( float  ,
GOrder   
)

Referenced by GCoef().

◆ n00()

float GCoef::n00 ( ) const
inline

Definition at line 58 of file gcoef.h.

◆ n11()

float GCoef::n11 ( ) const
inline

Definition at line 59 of file gcoef.h.

◆ n11b()

float GCoef::n11b ( ) const
inline

Definition at line 63 of file gcoef.h.

◆ n22()

float GCoef::n22 ( ) const
inline

Definition at line 60 of file gcoef.h.

◆ n22b()

float GCoef::n22b ( ) const
inline

Definition at line 64 of file gcoef.h.

◆ n33()

float GCoef::n33 ( ) const
inline

Definition at line 61 of file gcoef.h.

◆ n33b()

float GCoef::n33b ( ) const
inline

Definition at line 65 of file gcoef.h.

◆ n44b()

float GCoef::n44b ( ) const
inline

Definition at line 66 of file gcoef.h.


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