Description Usage Arguments Value Examples
This function does edge detection using the Marr-Hildreth algorithm.
1 | imgMarrHildreth(imgdata, sigma)
|
imgdata |
The image |
sigma |
The standard deviation of Gaussian for convolution |
return an imagedata object
1 2 3 4 5 | ## Not run:
x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
y <- imgMarrHildreth(x, 2)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.