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>

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). | |
Co-registration parameter panel driving the MRI ↔ head fiducial alignment dialog.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2020-2026 MNE-CPP Authors
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.