![]() |
aimsalgo
5.0.5
Neuroimaging image processing
|
Class PerfusionAifMatrix. More...
#include <aims/perfusion/perfAifMatrix.h>
Public Types | |
enum | AifMatrixType { NoCorrection, LinearCorrection } |
Public Member Functions | |
PerfusionAifMatrix () | |
constructor More... | |
virtual | ~PerfusionAifMatrix () |
void | setCorrection (AifMatrixType) |
AimsData< float > | doit (AimsData< float > &, int, int) |
Class PerfusionAifMatrix.
This class provides functions to write the arterial input function into a matrix form.
It is possible to apply a correction on the coefficients to take into account the linear variations between two frames (Correction is applied by default) .
Definition at line 57 of file perfAifMatrix.h.
Enumerator | |
---|---|
NoCorrection | |
LinearCorrection |
Definition at line 61 of file perfAifMatrix.h.
aims::PerfusionAifMatrix::PerfusionAifMatrix | ( | ) |
constructor
|
inlinevirtual |
Definition at line 69 of file perfAifMatrix.h.
References doit(), and setCorrection().
Referenced by ~PerfusionAifMatrix().
void aims::PerfusionAifMatrix::setCorrection | ( | AifMatrixType | ) |
Referenced by ~PerfusionAifMatrix().