![]() |
aimsalgo
5.0.5
Neuroimaging image processing
|
class PerfusionMask More...
#include <aims/perfusion/perfMask.h>
Public Member Functions | |
PerfusionMask () | |
Constructor. More... | |
aims::BucketMap< Void > | doit (AimsData< short > &d, PerfusionParameters &) |
Compute the brain mask. More... | |
![]() | |
PerfusionProcessing (int i=0) | |
virtual | ~PerfusionProcessing () |
void | setDone (bool d) |
bool | isDone () |
int | id () const |
class PerfusionMask
This class provides functions to determine a brain mask from the MRI perfusion images.
The mask is obtained as follows:
Definition at line 61 of file perfMask.h.
|
inline |
Constructor.
The constructor initializes the gaussian standard deviation and the threshold value
s | is the floating sigma value |
t | is the floating threshold value given as a multiplicative factor of the maximum amplitude of the filtered volume |
Definition at line 73 of file perfMask.h.
References doit().
aims::BucketMap< Void > aims::PerfusionMask::doit | ( | AimsData< short > & | d, |
PerfusionParameters & | |||
) |
Compute the brain mask.
d | is the input volume sequence |
Referenced by PerfusionMask().