Perform a gray value closing on an image.
grey_closing applies a gray value closing to the input image Image with the structuring element SE. For the generation of structuring elements, see load_grey_se.
Image (input_object) |
image(-array) -> object : byte |
Input image. |
SE (input_object) |
image -> object : byte |
Structuring element. |
ImageClosing (output_object) |
image(-array) -> object : byte |
Gray-closed image. |
grey_closing returns TRUE if the structuring element is not the empty region. Otherwise, an exception is raised.
closing, grey_dilation, grey_erosion