|
| GroundTruthProblem (double a, double b, const C2DBounds &slice_size, size_t nframes, const CDoubleVector &left_side, const CCorrelationEvaluator::result_type &corr) |
|
void | set_alpha_beta (double a, double b) |
|
void | df (size_t n, const double *x, double *g) |
|
void | df (const std::vector< double > &x, std::vector< double > &g) |
|
void | df (const CDoubleVector &x, CDoubleVector &g) |
|
double | f (size_t n, const double *x) |
|
double | f (const std::vector< double > &x) |
|
double | f (const CDoubleVector &x) |
|
double | fdf (size_t n, const double *x, double *g) |
|
double | fdf (const std::vector< double > &x, std::vector< double > &g) |
|
double | fdf (const CDoubleVector &x, CDoubleVector &g) |
|
size_t | size () const |
|
virtual | ~Problem () |
|
void | add (const char *property) |
|
Set | get_missing_properties (const CPropertyFlagHolder &testset) const |
|
bool | has (const char *property) const |
|
bool | has_all_in (const CPropertyFlagHolder &testset) const |
|
virtual | ~CPropertyFlagHolder () |
|
a class for the evaluation of a pseudo ground truth of a perfusion series
This class implements the optimization problem required for Ground Thruth Estimation as described in Chao Li and Ying Sun, Nonrigid Registration of Myocardial Perfusion MRI Using Pseudo Ground Truth, In Proc. Medical Image Computing and Computer-Assisted Intervention – MICCAI 2009, 165-172, 2009 For its use see the class C2DGroundTruthEvaluator.
Definition at line 42 of file groundtruthproblem.hh.