x_filter_dimension = 3
y_filter_dimension = 3
z_filter_dimension = 3
shape = sphere
max_gray_level = 3
The parameter ``shape'' specifies the shape of the structuring element to be used when performing the closing. The available structuring elements are a sphere, paraboloid, and cone.
The parameter ``max_gray_level'' corresponds to the highest intensity value within the structuring element.
The ``filter_dimension,'' ``shape,`` and ``max_gray_level'' parameters provide information about the filter size and structuring element used in the grayscale erosion and dilation functions that perform the closing. See Sections 2.2.7 and 2.2.8 for a more detailed explanation of these parameters.