imgStdBinaryClosing {biOps} | R Documentation |
This function applies a Binary Closing with a 0-squared mask, with given dimension
imgStdBinaryClosing(imgdata, dim)
imgdata |
The image |
dim |
mask's dimension (default = 3) |
return an imagedata object
This function accepts binary images only and will treat gray scale ones as binary images.
imgStdBinaryErosion
imgStdBinaryDilation
imgBinaryClosing
## Not run: x <- readJpeg(system.file("samples", "violet.jpg", package="biOps")) y <- imgStdBinaryClosing(x, 4) ## End(Not run)