Functions¶
Statistics¶
Note
The functions are available directly in the GooseEYE namespace for individual images, and as member functions of the Ensemble-class.
GooseEYE::mean¶
The arithmetic mean.
Note
An overload is available to mask certain voxels
See also
GooseEYE::S2¶
2-point correlation.
Note
An overload is available to mask certain voxels.
See also
GooseEYE::C2¶
2-point cluster function.
Note
An overload is available to mask certain voxels.
See also
GooseEYE::W2¶
Weighted 2-point correlation.
Note
An overload is available to mask certain voxels.
See also
GooseEYE::W2c¶
Collapsed weighted 2-point correlation.
Note
An overload is available to mask certain voxels.
See also
GooseEYE::heightheight¶
Height-height correlation.
Note
An overload is available to mask certain voxels.
Information¶
GooseEYE::distance¶
The relative distance of each pixel of the ROI.
See also
GooseEYE::clusters¶
Get clusters.
See also