imlap {imager} | R Documentation |
Compute image Laplacian
Description
The Laplacian is the sum of second derivatives, approximated here using finite differences.
Usage
imlap(im)
Arguments
im |
an image |
Examples
imlap(boats) %>% plot
[Package imager version 1.0.2 Index]