Closed gdevenyi closed 8 years ago
R-based object averaging here https://github.com/CobraLab/MAGeTbrain/blob/mb_morpho_tmp/bin/object_average.R
The normals should be re-computed after averaging, which can be done with:
smooth_normals input.obj output.obj 0
I totally opened this on the wrong repo, moving to pydpiper.
In order to do cortical thickness (MincLaplace) and morphology analysis on objects, we need to transform and vote objects from the atlas onto each of the subjects so they have vertex homology.
I hacked together a script which takes pydpiper outputs and does it here: https://github.com/Mouse-Imaging-Centre/minclaplace/wiki/Generating-cortical-thickness-maps-for-population-level-statistics
But it would be great it were built-in.