aimsalgo  5.0.5
Neuroimaging image processing
aims::PerfusionSVDInversion Class Reference

#include <aims/perfusion/perfSVDInv.h>

Public Types

enum  SvdType { Truncated, Tikhonov, TikhonovGradient }
 

Public Member Functions

 PerfusionSVDInversion (SvdType id=Truncated)
 
virtual ~PerfusionSVDInversion ()
 
void setSVDType (SvdType)
 
AimsData< float > doit (AimsData< float > &, float)
 

Detailed Description

Definition at line 46 of file perfSVDInv.h.

Member Enumeration Documentation

◆ SvdType

Enumerator
Truncated 
Tikhonov 
TikhonovGradient 

Definition at line 50 of file perfSVDInv.h.

Constructor & Destructor Documentation

◆ PerfusionSVDInversion()

aims::PerfusionSVDInversion::PerfusionSVDInversion ( SvdType  id = Truncated)

◆ ~PerfusionSVDInversion()

virtual aims::PerfusionSVDInversion::~PerfusionSVDInversion ( )
inlinevirtual

Definition at line 58 of file perfSVDInv.h.

References doit(), and setSVDType().

Member Function Documentation

◆ doit()

AimsData< float > aims::PerfusionSVDInversion::doit ( AimsData< float > &  ,
float   
)

Referenced by ~PerfusionSVDInversion().

◆ setSVDType()

void aims::PerfusionSVDInversion::setSVDType ( SvdType  )

Referenced by ~PerfusionSVDInversion().


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