View source: R/utils_generate_subcortical_surf.R
generate_subcortical_surface | R Documentation |
Superseded by volume_to_surf
. Please do not use this function.
generate_subcortical_surface(
atlas,
index,
save_prefix = NULL,
label = NULL,
IJK2RAS = NULL,
grow = 1,
remesh = TRUE,
smooth = TRUE,
smooth_delta = 3,
...
)
atlas |
path to imaging 'parcellation', can be |
index |
'parcellation' index, see 'FreeSurfer' look-up table |
save_prefix |
parent folder to save the resulting surface |
label |
character label or name of the 'sub-cortical' structure, usually automatically derived from |
IJK2RAS |
an 'Affine' matrix from 'voxel' index to |
grow |
amount to grow (dilate) before generating mesh |
remesh , smooth , smooth_delta , ... |
passed to |
A surface mesh, containing 'atlas' index, label, surface nodes and face indices.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.