![]() |
aimsalgo
5.0.5
Neuroimaging image processing
|
Class PerfusionQuantification. More...
#include <aims/perfusion/perfQuantif.h>
Public Member Functions | |
PerfusionQuantification () | |
Constructor. More... | |
AimsData< float > | doit (AimsData< short > &d, aims::BucketMap< Void > &mask, PerfusionParameters &pp) |
Compute the quantification. More... | |
![]() | |
PerfusionProcessing (int i=0) | |
virtual | ~PerfusionProcessing () |
void | setDone (bool d) |
bool | isDone () |
int | id () const |
Class PerfusionQuantification.
This class performes the MR image quantification according to the MR information by the formula:
d(t) = -ln( S(t) / S0 ) / Te.
The quantification is only performed on the brain mask.
Definition at line 57 of file perfQuantif.h.
|
inline |
Constructor.
The constructor does nothing.
Definition at line 65 of file perfQuantif.h.
References doit(), and aims::mask().
AimsData< float > aims::PerfusionQuantification::doit | ( | AimsData< short > & | d, |
aims::BucketMap< Void > & | mask, | ||
PerfusionParameters & | pp | ||
) |
Compute the quantification.
d | is the input volume sequence |
mask | is the brain mask computed by PerfusionMask |
te | is the echo time |
preinj | is the preinjection time determine by PerfusionPreInjection |
Referenced by PerfusionQuantification().