49 #include "mainwindow.h"
57 #include <QApplication>
88 int main(
int argc,
char *argv[])
90 QApplication a(argc, argv);
93 QCoreApplication::setOrganizationName(
"DKnobl MHenfling");
94 QApplication::setApplicationName(
"MatchingPursuit Viewer");
97 bool was_maximized = settings.value(
"maximized",
false).toBool();
100 mainWindow->showMaximized();
ADAPIVEMP class declaration, providing the implemetation of the Matching Pursuit Algorithm introduced...
ATOM class declaration, providing core features and parameters of Atoms used in Matching Pursiut Algo...
FIFF class declaration, which provides static wrapper functions to stay consistent with mne matlab to...