Description Usage Arguments Value Note See Also Examples
This function applies a Binary Opening with a 0-squared mask, with given dimension
1 | imgStdBinaryOpening(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
imgBinaryOpening
1 2 3 4 5 | ## Not run:
x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
y <- imgStdBinaryOpening(x, 4)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.