MachineIntelligenceCore:Visualization
|
mic | |
opengl | Contains classess and tools related to visualization with OpenGl |
application | Namespace contains classess useful for creation of OpenGL-based applications |
OpenGLApplication | An abstract class implementing basic functions for two-threaded, OpenGL-based applications. Introduces the execution phases that are typical for all learning/classification applications, imposes fine code granulation |
OpenGLContinuousLearningApplication | |
OpenGLEpisodicApplication | Parent class for all applications basing on episodes, without distinguising learning and training phases. Each episode will end when step will return false |
OpenGLTrainThenTestApplication | |
visualization | Contains classess and tools related to visualization of input data, SDRs etc |
DrawingUtils | Class offering methods for drawing in OpenGL windows |
Window | Parent class of all OpenGL-based windows (abstract) |
WindowCollectorChart | OpenGL-based window responsible for displaying data collected in DataCollector objects in the form of a chart |
Grayscale | Class containing enumerators used in grayscale windows |
WindowGrayscaleBatch | OpenGL-based window responsible for displaying grayscale (singlechannel) batch in a window |
WindowManager | Class responsible for management of all OpenGL windows - defined in the form of a singleton, with double-checked locking pattern (DCLP) based access to instance |
WindowMatrix2D | OpenGL-based window responsible for displaying 2D matrices |
WindowMazeOfDigits | OpenGL-based window responsible for displaying maze of digits (0-9) in a heat map-like form |
WindowMNISTDigit | OpenGL-based window responsible for displaying a MNIST digit with a moving agent on top |
WindowProbability | |
RGB | Class containing enumerators used in windows displaying RGB images (tensors) |
WindowRGBTensor | OpenGL-based window responsible for displaying RGB (three channel) batch in a window |