Pink 0.9
|
morphological binary closing by a ball More...
morphological binary closing by a ball
Usage: closeball in.pgm r [dist] out.pgm
Description: The closing consists in a dilation (dilatball) followed by an erosion (erosball). The structuring element for this closing is a ball (or a disc) of radius r. The erosion and dilation are computed by thresholding a distance map. The distance used depends on the optional parameter dist (default is 0) :
Types supported: binary byte 2D, byte 3D
Category: morpho
Example:
closeball cells 3 cells_closeball
cells | cells_closeball |