edge_prewitt | R Documentation |
Prewitt edge detection
edge_prewitt(im, pad.method = "mirror")
im |
an image |
pad.method |
either "zero", "mean", "repeat", "mirror", or a numeric value |
a list containing images
edge = edge_prewitt(im_gray(regatta)) plot(edge$magnitude) plot(1 - edge$magnitude, rescale = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.