Description Usage Arguments Value Examples
Edge detection by Max-Min method
1 | edge_maxmin(im, radius, pad.method = "mirror")
|
im |
an image |
radius |
kernel radius |
pad.method |
either "zero", "mean", "repeat", "mirror", or a numeric value |
an image
1 2 | edge = edge_maxmin(im_gray(regatta), radius = 1)
plot(edge, rescale = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.