|
Visualisierung 2 CNN
|
Acts as an interface between the GUI and other classes. More...
Public Member Functions | |
| void | LogLayers () |
| Logs Layer names for Debugging More... | |
| void | SetExpansionCenter (float value) |
| Sets the center of the expanded layer range. More... | |
| void | SetExpansionWidth (float value) |
| Sets the width of the expanded layer range. More... | |
| void | SetEpoch (float value) |
| Sets the epoch to be loaded. More... | |
| void | SetLineWidth (float value) |
| Set the line width of the edges. More... | |
| void | SetBrightness (float value) |
| Sets the brightness of all nodes and edges (color contrast when rendering red/blue mapping) More... | |
| void | SetFullres (bool value) |
| void | SetSquarePixels (bool value) |
| void | SetBWPixels (bool value) |
| void | Load () |
| Load the currently selected Testsample epochs More... | |
Public Attributes | |
| float | ConvfullResHeight = 5.0f |
| Text | predictedLabel |
| Material | lineMaterial |
| Material | pixelMaterial |
Acts as an interface between the GUI and other classes.
| void GuiManager.Load | ( | ) |
Load the currently selected Testsample epochs
| void GuiManager.LogLayers | ( | ) |
Logs Layer names for Debugging
| void GuiManager.SetBrightness | ( | float | value | ) |
Sets the brightness of all nodes and edges (color contrast when rendering red/blue mapping)
| value |
| void GuiManager.SetBWPixels | ( | bool | value | ) |
| void GuiManager.SetEpoch | ( | float | value | ) |
Sets the epoch to be loaded.
| value |
| void GuiManager.SetExpansionCenter | ( | float | value | ) |
Sets the center of the expanded layer range.
| value |
| void GuiManager.SetExpansionWidth | ( | float | value | ) |
Sets the width of the expanded layer range.
| value |
| void GuiManager.SetFullres | ( | bool | value | ) |
| void GuiManager.SetLineWidth | ( | float | value | ) |
Set the line width of the edges.
| value |
| void GuiManager.SetSquarePixels | ( | bool | value | ) |
| float GuiManager.ConvfullResHeight = 5.0f |
| Material GuiManager.lineMaterial |
| Material GuiManager.pixelMaterial |
| Text GuiManager.predictedLabel |