v2.0.0
Loading...
Searching...
No Matches
coregsettingsview.h File Reference

Co-registration parameter panel driving the MRI ↔ head fiducial alignment dialog. More...

#include "../disp_global.h"
#include "abstractview.h"
#include <QSharedPointer>
#include <QVector3D>
#include <Eigen/Core>
Include dependency graph for coregsettingsview.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DISPLIB::CoregSettingsView
 MRI ↔ head co-registration configuration / refinement panel. More...

Namespaces

namespace  FIFFLIB
 FIFF file I/O, in-memory data structures and high-level readers/writers.
namespace  DISPLIB
 2-D display widgets and visualisation helpers (charts, topography, colour maps).

Detailed Description

Co-registration parameter panel driving the MRI ↔ head fiducial alignment dialog.

SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2020-2026 MNE-CPP Authors

Author
Ruben Doerfel doerf.nosp@m.elru.nosp@m.ben@a.nosp@m.ol.c.nosp@m.om; Gabriel Motta gabri.nosp@m.elbe.nosp@m.nmott.nosp@m.a@gm.nosp@m.ail.c.nosp@m.om; Juan GPC jgarc.nosp@m.iapr.nosp@m.ieto@.nosp@m.mgh..nosp@m.harva.nosp@m.rd.e.nosp@m.du; Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org
Since
0.1.7
Date
August 2020

CoregSettingsView exposes the inputs needed by the ICP-based co-registration step: fiducial files (digitiser + MRI), trans-file load / save paths, ICP iteration cap, outlier threshold and the scale / rotation / translation tweak spinboxes used for manual refinement. Pushing the Compute or Refine buttons emits signals that the surrounding co-registration plugin processes.

Definition in file coregsettingsview.h.