This function calls mris_euler_number
to
calculate the Euler Number
mris_euler_number(file, outfile = NULL, opts = "")
Arguments
file |
(character) input filename |
outfile |
(character) output filename |
opts |
(character) additional options to mris_euler_number |
Value
Result of system
command
Examples
if (FALSE) {
if (have_fs()) {
img = oro.nifti::nifti(array(rnorm(5*5*5), dim = c(5,5,5)))
res = mris_euler_number(img, outfile = tempfile(fileext = ".mgz"))
}
}