Superpixel Benchmark
Superpixel benchmark, tools and algorithms.
|
#include <vector>
#include <boost/filesystem.hpp>
#include <opencv2/opencv.hpp>
Go to the source code of this file.
Classes | |
class | EvaluationSummary |
Given a directory of superpixel segmentations and a directory of ground truth segmentations, this class is used to generate a CSV file of statistics of different metrics. More... | |
struct | EvaluationSummary::SuperpixelVisualizations |
Available superpixel visualizations, see visualization.h. More... | |
struct | EvaluationSummary::EvaluationMetrics |
Available metrics, see evaluation.h. More... | |
struct | EvaluationSummary::EvaluationStatistics |
Available statistics that may be computed for each metric. More... | |