Visual Interfaces#

Templates#

VisualInterface(main_window[, name, ...])

Base class for visual interfaces in the MyoGestic application.

SetupInterfaceTemplate(main_window[, name, ui])

Base class for the setup interface of a visual interface.

RecordingInterfaceTemplate(main_window[, ...])

Base class for the recording interface of a visual interface.

Output System Template#

OutputSystemTemplate([main_window, ...])

Represents a base class handling initialization of main window and prediction type for classification or regression tasks.

Preimplemented Visual Interfaces#

Virtual Hand Interface#

VirtualHandInterface_RecordingInterface(...)

Class for the recording interface of the Virtual Hand Interface.

VirtualHandInterface_SetupInterface(main_window)

Setup interface for the Virtual Hand Interface.

VirtualHandInterface_OutputSystem(...)

Output system for the Virtual Hand Interface.