Curve classifier for heart perfusion data. More...
#include <mia/core/slopeclassifier.hh>
Data Structures | |
struct | SCorrelation |
Public Types | |
typedef CSlopeColumns | Columns |
typedef to define the matrix of curves More... | |
Public Member Functions | |
CSlopeClassifier (const Columns &m, bool mean_stripped) | |
CSlopeClassifier (const CSlopeClassifier &other) | |
CSlopeClassifier () | |
int | get_baseline_idx () const |
int | get_LV_idx () const |
int | get_LV_peak () const |
float | get_max_slope_length_diff () const |
int | get_perfusion_idx () const |
int | get_periodic_idx () const |
int | get_RV_idx () const |
int | get_RV_peak () const |
int | index () const |
SCorrelation | max_selfcorrelation () const |
CSlopeClassifier & | operator= (const CSlopeClassifier &other) |
assignment operator More... | |
~CSlopeClassifier () | |
Curve classifier for heart perfusion data.
Classify a set of curves. This class is mostly usefull for the analysis of series of perfusion images that are aquired using free breathing.
Definition at line 38 of file slopeclassifier.hh.
typedef to define the matrix of curves
Definition at line 41 of file slopeclassifier.hh.
CSlopeClassifier::CSlopeClassifier | ( | const Columns & | m, |
bool | mean_stripped | ||
) |
Initialize the classifier with the given curves and the information whether the means were stripped
m | matrix of curves |
mean_stripped |
CSlopeClassifier::CSlopeClassifier | ( | const CSlopeClassifier & | other | ) |
copy constructor
CSlopeClassifier::CSlopeClassifier | ( | ) |
CSlopeClassifier::~CSlopeClassifier | ( | ) |
int CSlopeClassifier::get_baseline_idx | ( | ) | const |
int CSlopeClassifier::get_LV_idx | ( | ) | const |
int CSlopeClassifier::get_LV_peak | ( | ) | const |
float CSlopeClassifier::get_max_slope_length_diff | ( | ) | const |
int CSlopeClassifier::get_perfusion_idx | ( | ) | const |
int CSlopeClassifier::get_periodic_idx | ( | ) | const |
int CSlopeClassifier::get_RV_idx | ( | ) | const |
int CSlopeClassifier::get_RV_peak | ( | ) | const |
int CSlopeClassifier::index | ( | ) | const |
SCorrelation CSlopeClassifier::max_selfcorrelation | ( | ) | const |
CSlopeClassifier& CSlopeClassifier::operator= | ( | const CSlopeClassifier & | other | ) |
assignment operator