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 May 31, 2023, 8:56 p.m.