Superpixel Benchmark
Superpixel benchmark, tools and algorithms.
Public Member Functions | Public Attributes | List of all members
EvaluationSummary::SuperpixelVisualizations Struct Reference

Available superpixel visualizations, see visualization.h. More...

#include <evaluation_summary.h>

Public Member Functions

 SuperpixelVisualizations ()
 
bool any ()
 Decide if any visualization is requested. More...
 

Public Attributes

bool contour
 Whether to visualize contours. More...
 
bool random
 Whether to visualize superpixels as randomly colored. More...
 
bool perturbed_mean
 Whether to visualize superpixels using a slightly perturbed mean color. More...
 
bool mean
 Whether to visualize superpixels using mean color. More...
 
bool pre_rec
 Whether to visualize false positives and negatives in the Recall/Precision sense. More...
 
bool ue
 Whether to color the undersegmentation error. More...
 

Detailed Description

Available superpixel visualizations, see visualization.h.

Constructor & Destructor Documentation

EvaluationSummary::SuperpixelVisualizations::SuperpixelVisualizations ( )
inline

Member Function Documentation

bool EvaluationSummary::SuperpixelVisualizations::any ( )
inline

Decide if any visualization is requested.

Returns
true if some of the above is true

Member Data Documentation

bool EvaluationSummary::SuperpixelVisualizations::contour

Whether to visualize contours.

bool EvaluationSummary::SuperpixelVisualizations::mean

Whether to visualize superpixels using mean color.

bool EvaluationSummary::SuperpixelVisualizations::perturbed_mean

Whether to visualize superpixels using a slightly perturbed mean color.

bool EvaluationSummary::SuperpixelVisualizations::pre_rec

Whether to visualize false positives and negatives in the Recall/Precision sense.

bool EvaluationSummary::SuperpixelVisualizations::random

Whether to visualize superpixels as randomly colored.

bool EvaluationSummary::SuperpixelVisualizations::ue

Whether to color the undersegmentation error.


The documentation for this struct was generated from the following file: