imager (version 0.42.7)

imlap: 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

Run this code
# NOT RUN {
imlap(boats) %>% plot
# }

Run the code above in your browser using DataCamp Workspace