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