Beginner guide
User guide
Reference guide
relabel()
This function redefines a label array to fill potential holes inside the considered labels.
labels (np.array) – Array of labels.
newlabels – New array of labels.
np.array
Examples
>>> from arrlp import relabel ... >>> relabel(array)