Description Usage Arguments Value Examples
This function enhaces image's edges by convoluting with the Roberts method matrices:
H\_r | H\_c | |||||
0 | 0 | -1 | || | -1 | 0 | 0 |
0 | 1 | 0 | || | 0 | 1 | 0 |
0 | 0 | 0 | || | 0 | 0 | 0 |
1 | imgRoberts(imgdata)
|
imgdata |
The image |
return an imagedata object
1 2 3 4 5 | ## Not run:
x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
y <- imgRoberts(x)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.