conform_volume {threeBrain} | R Documentation |
Conform imaging data in 'FreeSurfer'
way
Description
Reproduces conform algorithm used by 'FreeSurfer'
to conform
'NIfTI'
and 'MGH'
images.
Usage
conform_volume(x, save_to, dim = c(256, 256, 256))
Arguments
x |
path to the image file |
save_to |
path where the conformed image will be saved, must ends with
|
dim |
positive integers of length three, the conformed dimension;
by default 'FreeSurfer' conform images to |
Value
Nothing; the result will be save to save_to
[Package threeBrain version 1.2.0 Index]