Function ndarray_ndimage::label
source · Expand description
Labels features of 3D binary images.
Currently hardcoded with the Star kernel (Kernel3d::Star).
Returns the labels and the number of features.
mask- Binary image to be labeled.falsevalues are considered the background.