Perform morphological $(LINK3 https://en.wikipedia.org/wiki/Opening_(morphology),opening).
Performs erosion, than on the resulting eroded image performs dilation.
Note: Opening works only for 2D binary images.
Input image slice, to be eroded.
Erosion/Dilation kernel. Default value is radialKernel!T(3).
Optional pre-allocated buffer to hold result.
Optional TaskPool instance used to parallelize computation.
Opened image slice, of same type as input image.
See Implementation
Perform morphological $(LINK3 https://en.wikipedia.org/wiki/Opening_(morphology),opening).
Performs erosion, than on the resulting eroded image performs dilation.
Note: Opening works only for 2D binary images.