imlap: Compute image Laplacian

View source: R/RcppExports.R

imlapR 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

imager documentation built on Aug. 8, 2025, 7:35 p.m.