Public Member Functions | |
| Score () | |
| double | mean_error () const |
| A mean error > 0 indicates that we are over-estimating i.e. | |
| double | error_variance () const |
| double | error_stddev () const |
| double | mean_square_error () const |
| double | mean_absolute_error () const |
| void | update (double error, bool origIsValid, bool estIsValid) |
| void | update (const Score &other) |
| void | update (double orig, double est, double minValue, double maxValue, bool maxIsBetter) |
| double | csi () const |
| critical success index. | |
| double | pod () const |
| prob of detection. | |
| double | rfa () const |
| rate of false alarm. | |
| void | writeXMLElement (std::ostream &os) const |
| void | writeColumnData (std::ostream &os, bool endLine) const |
| writes out in a format that gnuplot can read. | |
| void | writeColumnHeader (std::ostream &os, bool endLine) const |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Score &obj) |
| writes out this Score as an XML element. | |
| w2img::ImageComparator::Score::Score | ( | ) |
| double w2img::ImageComparator::Score::csi | ( | ) | const |
critical success index.
| double w2img::ImageComparator::Score::error_stddev | ( | ) | const |
| double w2img::ImageComparator::Score::error_variance | ( | ) | const |
| double w2img::ImageComparator::Score::mean_absolute_error | ( | ) | const |
| double w2img::ImageComparator::Score::mean_error | ( | ) | const |
A mean error > 0 indicates that we are over-estimating i.e.
this is a measure of bias.
| double w2img::ImageComparator::Score::mean_square_error | ( | ) | const |
| double w2img::ImageComparator::Score::pod | ( | ) | const |
prob of detection.
| double w2img::ImageComparator::Score::rfa | ( | ) | const |
rate of false alarm.
| void w2img::ImageComparator::Score::update | ( | double | orig, | |
| double | est, | |||
| double | minValue, | |||
| double | maxValue, | |||
| bool | maxIsBetter | |||
| ) |
| void w2img::ImageComparator::Score::update | ( | const Score & | other | ) |
| void w2img::ImageComparator::Score::writeColumnData | ( | std::ostream & | os, | |
| bool | endLine | |||
| ) | const |
writes out in a format that gnuplot can read.
| void w2img::ImageComparator::Score::writeColumnHeader | ( | std::ostream & | os, | |
| bool | endLine | |||
| ) | const |
| void w2img::ImageComparator::Score::writeXMLElement | ( | std::ostream & | os | ) | const [inline] |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const Score & | obj | |||
| ) | [friend] |
writes out this Score as an XML element.
1.4.7