Surface Label Statistics
This module computes statistics for every labeled region on a surface. Statistics include the mean, median, standard deviation, min and max of a measurement associated with vertices of a given surface. These measurements, for example, could be thickness values. Statistics for each label are output to a .csv file.
Input Types
Two 3D surfaces are required as input. The first should contain the measurement of interest at each vertex and the second surface should contain a label at each vertex.
Input Parameters
Value to compute statistics
Specifies which set of data the statistics should be calculated for in the case that there are multiple measurements associated with each vertex.
The default value is 0.
Compute statistics for all possible combinations
Indicates whether or not to compute statistics for all possible combinations of label sets and measurements. For instance, given N labeled surfaces and M types of measurements on the surface, the statistics are computed for all combinations of label sets and measurements. Otherwise, statistics are computed <how else would they be computed? Only on the first label set and measurement?>