mris_curvature
mris_curvature [<options>] insurf
This program will compute the second fundamental form of a cortical surface. It will create two new files <hemi>.<surface>.H and <hemi>.<surface>.K with the mean and Gaussian curvature respectively.
Argument | Explanation |
---|---|
<insurf> | input surface file |
Argument | Explanation |
---|---|
-w | save curvature files (will only generate screen output without this option) |
-max | save 1st (max) principal curvature in ?h.<surface>.max file |
-min | save 2nd (min) principal curvature in ?h.<surface>.min file |
-a <avgs> | perform <avgs> iterative averages of curvature measure before saving |
-nbrs <nbrs> | set neighborhood size to nbrs |
Output | Explanation |
---|---|
insurf.h | mean curvature file |
insurf.K | gaussian curvature file |
mris_curvature lh.pial
Compute the curvature and do not produce output files.
mris_curvature -w -a 10 lh.pial
Smooth 10 iterations and produce output files.
Report bugs to <freesurfer@nmr.mgh.harvard.edu>