Superpixel Benchmark
Superpixel benchmark, tools and algorithms.
|
Available statistics that may be computed for each metric. More...
#include <evaluation_summary.h>
Public Member Functions | |
EvaluationStatistics () | |
Public Attributes | |
bool | mean |
Compute the mean over all images. More... | |
bool | median_and_quartiles |
Compute median, first and third quantile over all images. More... | |
bool | min_and_max |
Compute minimum and maximum over all images. More... | |
bool | mid_range |
Whether to compute the mid range. More... | |
bool | std |
Whether to compute the standard deviation. More... | |
Available statistics that may be computed for each metric.
|
inline |
bool EvaluationSummary::EvaluationStatistics::mean |
Compute the mean over all images.
bool EvaluationSummary::EvaluationStatistics::median_and_quartiles |
Compute median, first and third quantile over all images.
bool EvaluationSummary::EvaluationStatistics::mid_range |
Whether to compute the mid range.
bool EvaluationSummary::EvaluationStatistics::min_and_max |
Compute minimum and maximum over all images.
bool EvaluationSummary::EvaluationStatistics::std |
Whether to compute the standard deviation.