21 #ifndef mia_2d_ground_truth_problem_hh 22 #define mia_2d_ground_truth_problem_hh 65 void set_alpha_beta(
double a,
double b);
70 const std::vector<double>& get_spacial_gradient()
const;
73 const std::vector<double>& get_time_derivative()
const;
78 size_t do_size()
const;
82 double evaluate_slice_gradient(CDoubleVector::const_iterator ii, std::vector<double>::iterator iout);
84 std::vector<double> m_spacial_gradient;
85 std::vector<double> m_time_derivative;
A wrapper around the c-array to provide an STL like interface for iterators.
#define NS_MIA_BEGIN
conveniance define to start the mia namespace
a class for the evaluation of a pseudo ground truth of a perfusion series
Base class for all optimization problems that can be run by CMinimizer.
#define NS_MIA_END
conveniance define to end the mia namespace