25 #ifndef mia_core_fftslopeclassifier_hh
26 #define mia_core_fftslopeclassifier_hh
42 typedef std::vector<std::vector<float>>
Columns;
64 std::vector<int> get_periodic_indices()
const;
67 std::vector<int> get_mixing_indices()
const;
70 int get_RV_idx()
const;
73 int get_LV_idx()
const;
76 int get_baseline_idx()
const;
79 int get_perfusion_idx()
const;
82 int get_RV_peak()
const;
85 int get_LV_peak()
const;
88 float get_max_slope_length_diff()
const;
90 struct CFFTSlopeClassifierImpl *impl;