25 #ifndef mia_core_fftslopeclassifier_hh
26 #define mia_core_fftslopeclassifier_hh
41 typedef std::vector<std::vector<float> >
Columns;
63 std::vector<int> get_periodic_indices()
const;
66 std::vector<int> get_mixing_indices()
const;
69 int get_RV_idx()
const;
72 int get_LV_idx()
const;
75 int get_baseline_idx()
const;
78 int get_perfusion_idx()
const;
81 int get_RV_peak()
const;
84 int get_LV_peak()
const;
87 float get_max_slope_length_diff()
const;
89 struct CFFTSlopeClassifierImpl *impl;