PRTools contents

PRTools manual

im_bdilation

IM_BDILATION

Binary dilation of images stored in a dataset (DIP_Image)

   B = IM_BDILATION(A,N,CONNECTIVITY,EDGE_CONDITION)
   B = A*IM_BDILATION([],N,CONNECTIVITY,EDGE_CONDITION)

Input
 A Dataset with binary object images dataset (possibly multi-band)
 N Number of iterations (default 1)
 CONNECTIVITY See BDILATION
 EDGE_CONDITION Value of edge, default 0

Output
 B Dataset with dilated images

See also

datasets, datafiles, dip_image, bdilation,

PRTools contents

PRTools manual