im_label
IM_LABEL
Fixed mapping labeling binary images (DIP_Image)
B = IM_LABEL(A,CON,MIN_SIZE,MAX_SIZE)
B = A*IM_LABEL([],CON,MIN_SIZE,MAX_SIZE)
B = A*IM_LABEL(CON,MIN_SIZE,MAX_SIZE)
Input | A | Dataset with binary object images dataset (possibly multi-band) | N | Number of iterations (default 1) | CON | Connectivity, see LABEL | MIN_SIZE | Minimum size of objects to be labeled (default 0) | MAX_SIZE | Maximum size of objects to be labeled (default 0: all) |
Output | B | Dataset with labeled images |
See also
datasets, datafiles, dip_image, label, This file has been automatically generated. If badly readable, use the help-command in Matlab. |
|