where is the notation for v
opened by b. The operators
and
correspond to grayscale erosion and dilation, respectively, which
are described in sections 2.2.7
and 2.2.8.
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 opening. 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 opening. See Sections 2.2.7 and 2.2.8 for a more detailed explanation of these parameters.
Philip Americus