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


Public Types | |
| enum | DeconvType { DeconvSVD, DeconvFFT } |
Public Member Functions | |
| PerfusionDeconvolution () | |
| void | setDeconvolution (DeconvType) |
| AimsData< float > | doit (AimsData< float > &, AimsData< float > &, aims::BucketMap< Void > &, PerfusionParameters &) |
Public Member Functions inherited from aims::PerfusionProcessing | |
| PerfusionProcessing (int i=0) | |
| virtual | ~PerfusionProcessing () |
| void | setDone (bool d) |
| bool | isDone () |
| int | id () const |
Definition at line 50 of file perfDeconv.h.
| Enumerator | |
|---|---|
| DeconvSVD | |
| DeconvFFT | |
Definition at line 54 of file perfDeconv.h.
| aims::PerfusionDeconvolution::PerfusionDeconvolution | ( | ) |
| AimsData< float > aims::PerfusionDeconvolution::doit | ( | AimsData< float > & | , |
| AimsData< float > & | , | ||
| aims::BucketMap< Void > & | , | ||
| PerfusionParameters & | |||
| ) |
| void aims::PerfusionDeconvolution::setDeconvolution | ( | DeconvType | ) |