MachineIntelligenceCore:Visualization
mic::opengl::visualization::Grayscale Class Reference

Class containing enumerators used in grayscale windows. More...

#include <WindowGrayscaleBatch.hpp>

Inheritance diagram for mic::opengl::visualization::Grayscale:

Public Types

enum  Normalization { Norm_None, Norm_Positive, Norm_HotCold, Norm_TensorFLow }
 
enum  Grid { Grid_None, Grid_Sample, Grid_Batch, Grid_Both }
 

Public Member Functions

std::string norm2str (Normalization norm_)
 
std::string grid2str (Grid grid_)
 

Detailed Description

Class containing enumerators used in grayscale windows.

Author
tkornuta

Definition at line 42 of file WindowGrayscaleBatch.hpp.

Member Enumeration Documentation

Types of grids to be displayed.

Enumerator
Grid_None 
Grid_Sample 
Grid_Batch 
Grid_Both 

Definition at line 76 of file WindowGrayscaleBatch.hpp.

Normalization of the grayscale (single channel) images.

Enumerator
Norm_None 
Norm_Positive 
Norm_HotCold 
Norm_TensorFLow 

Definition at line 48 of file WindowGrayscaleBatch.hpp.

Member Function Documentation

std::string mic::opengl::visualization::Grayscale::grid2str ( Grid  grid_)
inline

Method returning description of a given grid display mode.

Definition at line 86 of file WindowGrayscaleBatch.hpp.

References Grid_Batch, Grid_Both, Grid_None, and Grid_Sample.

Referenced by mic::opengl::visualization::WindowGrayscaleBatch< eT >::keyhandlerGridMode().

std::string mic::opengl::visualization::Grayscale::norm2str ( Normalization  norm_)
inline

Method returning description of a given type of normalization.

Definition at line 58 of file WindowGrayscaleBatch.hpp.

References Norm_HotCold, Norm_None, Norm_Positive, and Norm_TensorFLow.

Referenced by mic::opengl::visualization::WindowGrayscaleBatch< eT >::keyhandlerToggleNormalizationMode().


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