next up previous
Next: ``Conditional_Dilation'' -- conditional Up: Morphology Previous: ``Grayscale_Opening'' -- morphological

 

``Grayscale_Closing'' -- morphological grayscale closing

 

purpose:
Perform a grayscale closing [27] on an input volume, using a specified structuring element with adjustable dimensions. The morphological grayscale closing of a volume v by a structuring element b is defined as

where is the notation for v closed by b. The operators and correspond to grayscale dilation and erosion, respectively, which are described in sections 2.2.8 and 2.2.7.

input:
An 8-bit grayscale volume.
output:
An 8-bit grayscale volume.
parameters:
Default parameter menu for this function is
x filter dim = 3
y filter dim = 3
z filter dim = 3
shape = sphere
max gray level = 3
input from vol # = 0
copy output to vol # = 0

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 ``maximum 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.

comments:
 
  1. There is no ``no. of iterations'' parameter with this function. Grayscale closing is idempotent.
  2. This function is very slow, taking up to 6 minutes for an opening with a 7x7 structuring element on a 100x100x100 volume.



 

Philip Americus
The Multidimensional Image Processing Lab
Fri Aug 30 10:26:42 EDT 1996