![]() |
aimsalgo
5.0.5
Neuroimaging image processing
|
Class PerfusionAifPoints. More...
#include <aims/perfusion/perfAifPoints.h>


Public Member Functions | |
| PerfusionAifPoints () | |
| Constructor. More... | |
| std::list< Point4dl > | search (AimsData< short > &d, aims::BucketMap< Void > &mask, PerfusionParameters &) |
| Look for the best AIF possible points. More... | |
Public Member Functions inherited from aims::PerfusionProcessing | |
| PerfusionProcessing (int i=0) | |
| virtual | ~PerfusionProcessing () |
| void | setDone (bool d) |
| bool | isDone () |
| int | id () const |
Class PerfusionAifPoints.
This class provides functions to automatically determine some Arterial Input Functions (AIF).
It processes as follows:
Definition at line 64 of file perfAifPoints.h.
|
inline |
Constructor.
The constructor initializes the skip value for the volume sequence and the number of AIF possible points to keep
| s | is the skip value determine by PerfusionSkip |
| na | is the desired number of value to keep |
Definition at line 75 of file perfAifPoints.h.
References aims::mask(), and search().
| std::list< Point4dl > aims::PerfusionAifPoints::search | ( | AimsData< short > & | d, |
| aims::BucketMap< Void > & | mask, | ||
| PerfusionParameters & | |||
| ) |
Look for the best AIF possible points.
| d | is the input volume sequence |
| mask | is the brain mask computed by PerfusionMask |
Referenced by PerfusionAifPoints().