PyTorch toolbox to work with spherical surfaces.
Note
This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the gallery for the big picture.
-
surfify.utils.sampling.build_freesurfer_ico(ico_file)[source]ΒΆ Build FreeSurfer reference icosahedron by fetching existing data and building lower orders using downsampling.
Freesurfer coordinates are between -100 and 100, and are rescaled between -1 and 1.
- Parameters
ico_file : str
path to the generated FreeSurfer reference icosahedron topologies.
Follow us