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


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). | |
Geometric projection of a 3D point onto the closest cortex triangle.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2016-2026 MNE-CPP Authors
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.