Description Usage Arguments Value Examples
This function filters an image by the Maximum filter, with a block window with a given dimension
1 | imgMaximumFilter (imgdata, dim)
|
imgdata |
The image |
dim |
Block's dimension (default=3) |
return an imagedata object
1 2 3 4 5 | ## Not run:
x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
y <- imgMaximumFilter(x, 5)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.