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

Geometric projection of a 3D point onto the closest cortex triangle. More...

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

Go to the source code of this file.

Classes

class  MNELIB::MNEProjectToSurface
 Projects 3-D points onto a triangulated surface mesh and returns nearest vertices and distances. More...

Namespaces

namespace  MNELIB
 Core MNE data structures (source spaces, source estimates, hemispheres).

Detailed Description

Geometric projection of a 3D point onto the closest cortex triangle.

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

Author
Jana Kiesel jana..nosp@m.kies.nosp@m.el@tu.nosp@m.-ilm.nosp@m.enau..nosp@m.de; Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org; Lorenz Esch loren.nosp@m.z.es.nosp@m.ch@tu.nosp@m.-ilm.nosp@m.enau..nosp@m.de; Juan GPC jgarc.nosp@m.iapr.nosp@m.ieto@.nosp@m.mgh..nosp@m.harva.nosp@m.rd.e.nosp@m.du; Gabriel Motta gabri.nosp@m.elbe.nosp@m.nmott.nosp@m.a@gm.nosp@m.ail.c.nosp@m.om
Since
0.1.0
Date
August 2016

MNELIB::MNEProjectToSurface provides the point-to-triangle projection used when associating MRI fiducials with the cortical surface, when mapping discrete dipole sources to the nearest cortical vertex and during head-shape registration. The implementation mirrors mne_project_to_surface in the MNE C tools.

Definition in file mne_project_to_surface.h.