nilearn.surface: Manipulating Surface Data¶
Functions for surface manipulation.
Classes¶
|
A surface mesh stored in a Gifti or Freesurfer file. |
|
A surface mesh stored as in-memory numpy arrays. |
|
A collection of data arrays. |
|
A collection of meshes. |
|
Surface image containing meshes & data for both hemispheres. |
A surface mesh having vertex, coordinates and faces (triangles). |
classDiagram
ABC <|-- SurfaceMesh
SurfaceMesh <|-- FileMesh
SurfaceMesh <|-- InMemoryMesh
Functions¶
|
Load data to be represented on a surface mesh. |
|
Load a surface mesh geometry. |
|
Extract surface data from a Nifti image. |