imhessian: Compute image hessian.

View source: R/utils.R

imhessianR Documentation

Compute image hessian.

Description

Compute image hessian.

Usage

imhessian(im, axes = c("xx", "xy", "yy"))

Arguments

im

an image

axes

Axes considered for the hessian computation, as a character string (e.g "xy" corresponds to d/(dx*dy)). Can be a list of axes. Default: xx,xy,yy

Value

an image, or a list of images

Examples


imhessian(boats,"xy") %>% plot(main="Second-derivative, d/(dx*dy)")

imager documentation built on May 31, 2023, 8:56 p.m.