Available superpixel visualizations, see visualization.h.  
 More...
#include <evaluation_summary.h>
 | 
| 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...
  | 
|   | 
Available superpixel visualizations, see visualization.h. 
 
  
  
      
        
          | EvaluationSummary::SuperpixelVisualizations::SuperpixelVisualizations  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | bool EvaluationSummary::SuperpixelVisualizations::any  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Decide if any visualization is requested. 
- Returns
 - true if some of the above is true 
 
 
 
      
        
          | 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: