Pink 0.9
|
morphological binary opening by a ball More...
morphological binary opening by a ball
Usage: openball in.pgm r [dist] out.pgm
Description: The structuring element for this opening is a ball (or a disc) of radius r. The opening consists in a erosion (erosball) followed by an dilation (dilatball). 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: byte 2D, byte 3D
Category: morpho
Example:
openball cells 3 cells_openball
cells | cells_openball |